Tentacle developer installation
on Windows Python3.10 has to be in environment variables :
Open a command line and type :
git clone https://github.com/Drakkar-Software/OctoBot -b dev
cd OctoBot
python -m pip install -Ur requirements.txt
python start.py tentacles --install --all
python is referring to your Python3.10.X installation, just adapt the commands to match your setup if any different (might be python, python3, python3.10, etc: it depends on your environment).
Note that python3.10 might be available under the name python3.10 after this installation.
Python3.10.X, git and an installed and functional OctoBot setup cloned from the https://github.com/Drakkar-Software/OctoBot
git pull origin dev
python -m pip install -Ur requirements.txt
python start.py tentacles --install --all
python is refering to your Python3.10.X installation, just adapt the commands to match your setup if any different (might be python, python3, python3.10, etc: it depends on your environment).
Last modified 15d ago