forked from indymedia/epicyon
Extra dependency
parent
f719918145
commit
375ec206fd
11
README.md
11
README.md
|
@ -21,16 +21,17 @@ 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 \
|
python-beautifulsoup4 imagemagick python-pillow \
|
||||||
python-numpy python-dateutil certbot
|
perl-image-exiftool python-numpy python-dateutil certbot
|
||||||
```
|
```
|
||||||
|
|
||||||
Or on Debian:
|
Or on Debian:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo apt-get -y install tor python3-pip python3-socks imagemagick \
|
sudo apt install -y \
|
||||||
python3-numpy python3-setuptools python3-crypto \
|
tor python3-pip python3-socks imagemagick \
|
||||||
python3-dateutil python3-pil.imagetk python3-idna \
|
python3-numpy python3-setuptools python3-crypto \
|
||||||
certbot nginx
|
python3-dateutil python3-pil.imagetk python3-idna \
|
||||||
|
libimage-exiftool-perl certbot nginx
|
||||||
sudo pip3 install requests beautifulsoup4 pycryptodome
|
sudo pip3 install requests beautifulsoup4 pycryptodome
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1247,7 +1247,7 @@
|
||||||
<p class="intro">You will need python version 3.7 or later.</p>
|
<p class="intro">You will need python version 3.7 or later.</p>
|
||||||
<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 python3-idna 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 libimage-exiftool-perl certbot nginx</p>
|
||||||
<p>sudo pip3 install beautifulsoup4 pycryptodome</p>
|
<p>sudo pip3 install beautifulsoup4 pycryptodome</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue