From 4493c68308e35bf32a9ce2b926cc730512ac8836 Mon Sep 17 00:00:00 2001 From: Matthew Boston Date: Wed, 5 Aug 2020 11:53:10 -0600 Subject: [PATCH] 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. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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