From 6818ca1ccac855fa1064a0191c3c4b8ebffc1a45 Mon Sep 17 00:00:00 2001 From: Noah Chernet Date: Sat, 25 Jun 2022 15:11:23 +0300 Subject: [PATCH] fix: typo in requests package install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6091945..be15774 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you get this error you do not have the module `requests` installed in your sy You can install `requests` using pip: ``` -python 3 -m pip install requests +python3 -m pip install requests ``` If you don't have `pip` installed, you can get it [here](https://pypi.org/project/pip/).