This repository was archived by the owner on Jul 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Updating
ColinTheShark edited this page Apr 9, 2020
·
1 revision
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