From 8b0061e4ee84228169c3a9b62438e00fb5f173f4 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sun, 10 Nov 2019 12:48:55 +0000 Subject: [PATCH] requests is a prerequisite on Debian (not sure about Arch) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 409f1ef2b..41b445988 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Or on Debian: sudo apt-get -y install tor python3-pip python3-socks imagemagick \ python3-numpy python3-setuptools python3-crypto \ python3-dateutil python3-pil.imagetk certbot nginx -sudo pip3 install commentjson beautifulsoup4 pycryptodome +sudo pip3 install requests commentjson beautifulsoup4 pycryptodome ``` ## Installation