mirror of
1
0
Fork 0

improve README instructions for installing updates (#595)

This commit is contained in:
Matthew Boston 2021-07-04 15:06:11 -06:00 committed by GitHub
parent ff31be3f45
commit e1f237cb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ Just do a git rebase!
git pull --rebase
python update_plugins.py # use python3 if python is unavailable
NOTE: If you get `ModuleNotFoundError: No module named 'requests'`, you must first install the `requests` python module using `pip`, `pip3`, or `easy_install`.
pip install requests
## Some screenshots