diff --git a/README.md b/README.md index b0c79ccb..de058e58 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ On Arch/Parabola: ``` bash sudo pacman -S tor python-pip python-pysocks python-pycryptodome \ python-beautifulsoup4 imagemagick python-pillow \ - perl-image-exiftool python-numpy python-dateutil certbot + python-requests perl-image-exiftool python-numpy \ + python-dateutil certbot ``` Or on Debian: @@ -31,8 +32,8 @@ sudo apt install -y \ tor python3-pip python3-socks imagemagick \ python3-numpy python3-setuptools python3-crypto \ python3-dateutil python3-pil.imagetk python3-idna \ - libimage-exiftool-perl certbot nginx -sudo pip3 install requests beautifulsoup4 pycryptodome + python3-requests libimage-exiftool-perl certbot nginx +sudo pip3 install beautifulsoup4 pycryptodome ``` ## Installation diff --git a/website/index.html b/website/index.html index f4cf790d..650efe7a 100644 --- a/website/index.html +++ b/website/index.html @@ -1247,7 +1247,7 @@

You will need python version 3.7 or later.

On a Debian based system:

-

sudo apt install -y tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk python3-idna libimage-exiftool-perl certbot nginx

+

sudo apt install -y tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk python3-idna python3-requests libimage-exiftool-perl certbot nginx

sudo pip3 install beautifulsoup4 pycryptodome