Skip to content

Running the dev version

ENDERZOMBI102 edited this page Aug 25, 2020 · 6 revisions

Follow those steps to run the application from source. ONLY FOR WINDOWS USERS

BEE Manipulator requires python version 3.7 but it is partially compatible with the latest versions, as you canmt compile it to exe if you’re not on 3.7.

  1. Clone/download the github repo
  2. Open a cmd prompt in the folder where you cloned the repo (click on the address bar, write cmd and press enter)
  3. Install the dependencies with the devtool (py devtool.py --install)
  4. To run from source use the devtool (py devtool.py --start)

if you want to learn more about the devtool, just run py devtool.py --help

Clone this wiki locally