From e1f237cb6c67f840e23575f9574a590054207c3d Mon Sep 17 00:00:00 2001 From: Matthew Boston Date: Sun, 4 Jul 2021 15:06:11 -0600 Subject: [PATCH] improve README instructions for installing updates (#595) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index da2cedba..e028ccd0 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ 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