With Python index package (pip)
In a command line (with python in your PATH) type the following command:
python3.8 -m pip install OctoBot>=0.4.0b
You can change python3.8 to the name of the python binary you added to your PATH (for example on linux you may use python3)
OctoBot
To run a second OctoBot on the same computer :
- 1.Create a new directory and enter it
- 2.Start OctoBot and stop it after 1-2min to let it create default files
- 3.Open user/config.json file
- 4.Change web config lines
FROM
"web": {
"auto-open-in-web-browser": true
}
TO
"web": {
"auto-open-in-web-browser": true,
"port": 8000
}
Any port can be used except those already used by another OctoBot or any software on your system.
- 1.Start the new OctoBot
Last modified 1yr ago