-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Clone/download the github repo
- Open a cmd prompt in the folder where you cloned the repo (click on the address bar, write cmd and press enter)
- Install the dependencies with the devtool (
py devtool.py --install
) - 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