During python install check add to environment var checkbox.
Open a command line and type :
1
git clone https://github.com/Drakkar-Software/OctoBot -b dev
2
cd OctoBot
3
python3 -m pip install -Ur requirements.txt
4
python3 start.py tentacles --install --all
Copied!
There python3 is refering to your Python3.8.X installation, just adapt the commands to match your setup if any different (might be python, python3, python3.8, etc: it depends on your environment).
Note that python3.8 might be available under the name python3.8 after this installation.
Update OctoBot with python only when using OctoBot code directly from dev branch
There python3 is refering to your Python3.8.X installation, just adapt the commands to match your setup if any different (might be python, python3, python3.8, etc: it depends on your environment).
With Repo
Repo is a tool built on top of Git. Repo helps manage many Git repositories.
To create a development OctoBot environment, repo can be used as following :