diff --git a/README.md b/README.md index 95a7a35d..4a0669c1 100644 --- a/README.md +++ b/README.md @@ -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