Remove bs4 from docs

main
Bob Mottram 2020-03-03 11:10:02 +00:00
parent 80066532b9
commit 21f92dc268
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ On Arch/Parabola:
``` bash ``` bash
sudo pacman -S tor python-pip python-pysocks python-pycryptodome \ 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-requests perl-image-exiftool python-numpy \
python-dateutil certbot python-dateutil certbot
``` ```

View File

@ -1253,7 +1253,7 @@
<p class="intro">On a Debian based system:</p> <p class="intro">On a Debian based system:</p>
<div class="shell"> <div class="shell">
<p>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</p> <p>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</p>
<p>sudo pip3 install beautifulsoup4 pycryptodome</p> <p>sudo pip3 install pycryptodome</p>
</div> </div>
<p class="intro"> <p class="intro">