From 5c49210bd3fbb47c17fddce39c1e012e24290d15 Mon Sep 17 00:00:00 2001 From: Matthew Boston Date: Fri, 5 Mar 2021 09:28:01 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a0669c1..392088e7 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Just do a git rebase! 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 + pip install requests ## Some screenshots