mirror of https://gitlab.com/bashrc2/epicyon
Update readme
parent
cda11dae36
commit
bbd4911135
14
README.md
14
README.md
|
@ -20,9 +20,9 @@ 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 \
|
||||||
imagemagick python-pillow \
|
imagemagick python-pillow python-requests \
|
||||||
python-requests perl-image-exiftool python-numpy \
|
perl-image-exiftool python-numpy python-dateutil \
|
||||||
python-dateutil certbot
|
certbot flake8
|
||||||
```
|
```
|
||||||
|
|
||||||
Or on Debian:
|
Or on Debian:
|
||||||
|
@ -31,9 +31,11 @@ Or on Debian:
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
tor python3-socks imagemagick \
|
tor python3-socks imagemagick \
|
||||||
python3-numpy python3-setuptools \
|
python3-numpy python3-setuptools \
|
||||||
python3-crypto python3-cryptodome \
|
python3-crypto python3-cryptodome \
|
||||||
python3-dateutil python3-pil.imagetk python3-idna \
|
python3-dateutil python3-pil.imagetk
|
||||||
python3-requests libimage-exiftool-perl certbot nginx
|
python3-idna python3-requests \
|
||||||
|
libimage-exiftool-perl python3-flake8 \
|
||||||
|
certbot nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
@ -1252,7 +1252,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 install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-cryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests libimage-exiftool-perl certbot nginx</p>
|
<p>sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-cryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 libimage-exiftool-perl certbot nginx</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
|
|
Loading…
Reference in New Issue