mirror of https://gitlab.com/bashrc2/epicyon
Remove bs4 from docs
parent
80066532b9
commit
21f92dc268
|
@ -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
|
||||
```
|
||||
|
|
|
@ -1253,7 +1253,7 @@
|
|||
<p class="intro">On a Debian based system:</p>
|
||||
<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 pip3 install beautifulsoup4 pycryptodome</p>
|
||||
<p>sudo pip3 install pycryptodome</p>
|
||||
</div>
|
||||
|
||||
<p class="intro">
|
||||
|
|
Loading…
Reference in New Issue