From 841c3d59329fc5ca29bb96ddf30462447eafb93d Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 12 Jun 2021 11:13:24 +0700 Subject: [PATCH] requests not request --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 099ce89..f53bf03 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Needs Python >= 3.6 to run. ### install requirements These are the none standard Python libraries in use in this project: * [requests](https://pypi.org/project/requests/) - * Install on Arch: `sudo pacman -S python-request` - * Install with pip: `pip install request` + * Install on Arch: `sudo pacman -S python-requests` + * Install with pip: `pip install requests` * [trash-cli](https://pypi.org/project/trash-cli/) * Install on Arch: `sudo pacman -S trash-cli` * Install with pip: `pip install trash-cli`