From 21f92dc2689537ccf4bd6c6a35eae6cdff2884d4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 3 Mar 2020 11:10:02 +0000 Subject: [PATCH] Remove bs4 from docs --- README.md | 2 +- website/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc38df5c9..e6f21479d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ On Arch/Parabola: ``` bash sudo pacman -S tor python-pip python-pysocks python-pycryptodome \ - python-beautifulsoup4 imagemagick python-pillow \ + imagemagick python-pillow \ python-requests perl-image-exiftool python-numpy \ python-dateutil certbot ``` diff --git a/website/index.html b/website/index.html index 5cac179f2..16168baf5 100644 --- a/website/index.html +++ b/website/index.html @@ -1253,7 +1253,7 @@

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 python3-requests libimage-exiftool-perl certbot nginx

-

sudo pip3 install beautifulsoup4 pycryptodome

+

sudo pip3 install pycryptodome