1
0
mirror of https://github.com/amix/vimrc synced 2025-06-28 10:35:01 +08:00

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

View File

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