Extra debian dependency

main
Bob Mottram 2019-11-14 11:23:17 +00:00
parent 3ed3d8e61c
commit 9af5129fcb
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,8 @@ Or on Debian:
``` bash
sudo apt-get -y install tor python3-pip python3-socks imagemagick \
python3-numpy python3-setuptools python3-crypto \
python3-dateutil python3-pil.imagetk certbot nginx
python3-dateutil python3-pil.imagetk python3-idna \
certbot nginx
sudo pip3 install requests commentjson beautifulsoup4 pycryptodome
```

View File

@ -1225,7 +1225,7 @@
</center>
<p class="intro">On a Debian based system:</p>
<div class="shell">
<p>sudo apt-get -y install tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk certbot</p>
<p>sudo apt-get -y install tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk python3-idna certbot nginx</p>
<p>sudo pip3 install commentjson beautifulsoup4 pycryptodome</p>
</div>