1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

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:
Matthew Boston 2020-08-05 11:53:10 -06:00
parent f6855c3c41
commit 4493c68308
No known key found for this signature in database
GPG Key ID: 2114586C7C49B659

View File

@ -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