forked from indymedia/epicyon
Extra debian dependency
parent
3ed3d8e61c
commit
9af5129fcb
|
@ -28,7 +28,8 @@ Or on Debian:
|
||||||
``` bash
|
``` bash
|
||||||
sudo apt-get -y install tor python3-pip python3-socks imagemagick \
|
sudo apt-get -y install tor python3-pip python3-socks imagemagick \
|
||||||
python3-numpy python3-setuptools python3-crypto \
|
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
|
sudo pip3 install requests commentjson beautifulsoup4 pycryptodome
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1225,7 +1225,7 @@
|
||||||
</center>
|
</center>
|
||||||
<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-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>
|
<p>sudo pip3 install commentjson beautifulsoup4 pycryptodome</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue