From 0156aed842d1b0dda730ef878d90eee1b7f47e62 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Sun, 20 Nov 2022 22:06:39 +0800 Subject: [PATCH] Remove pip install requests from README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6f711a58..79bd924e 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,6 @@ 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 Colors when editing a Python file: