Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Updating

ColinTheShark edited this page Apr 9, 2020 · 1 revision

Updating

Since there is no automatic way to update, you will have to run git pull inside your PyroBot directory. This will pull the latest changes from the repository and overwrite the old and updated files.

In case there are new modules with new dependencies, it is recommended to always install dependencies newly. If you used a Virtual Environment to set PyroBot up, you'll have to activate it first source venv/bin/activate.

pip install -r requirements.txt -U

PyroBot Wiki


Clone this wiki locally