improve README instructions for installing updates (#595)
This commit is contained in:
parent
ff31be3f45
commit
e1f237cb6c
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ Just do a git rebase!
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
python update_plugins.py # use python3 if python is unavailable
|
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
|
## Some screenshots
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue