improve README instructions for installing updates
The `requests` python module is not included by default and must be installed manually before `python update_plugins.py` will work properly.
This commit is contained in:
parent
f6855c3c41
commit
4493c68308
|
|
@ -66,6 +66,9 @@ Just do a git rebase!
|
|||
git pull --rebase
|
||||
python update_plugins.py
|
||||
|
||||
NOTE: If you get `ModuleNotFoundError: No module named 'requests'`, you must first install the `requests` python module using `pip`, `pip3`, or `easy_install`.
|
||||
|
||||
pip3 install requests
|
||||
|
||||
## Some screenshots
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue