Remove pip install requests from README.md
This commit is contained in:
parent
9bab0e48c8
commit
0156aed842
1 changed files with 0 additions and 4 deletions
|
@ -68,10 +68,6 @@ 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
|
||||
|
||||
Colors when editing a Python file:
|
||||
|
|
Loading…
Reference in a new issue