mirror of https://gitlab.com/bashrc2/epicyon
Remove unused package from documentation
parent
0e9aa4766f
commit
6bbb23d594
|
@ -36,7 +36,7 @@ Or on Debian:
|
|||
sudo apt install -y \
|
||||
tor python3-socks imagemagick \
|
||||
python3-setuptools \
|
||||
python3-crypto python3-cryptography \
|
||||
python3-cryptography \
|
||||
python3-dateutil \
|
||||
python3-idna python3-requests \
|
||||
python3-django-timezone-field \
|
||||
|
|
|
@ -68,7 +68,7 @@ if [ -f /usr/bin/pacman ]; then
|
|||
pip3 install pyLD pyqrcode pypng
|
||||
else
|
||||
apt-get update
|
||||
apt-get -y install imagemagick python3-crypto python3-cryptography \
|
||||
apt-get -y install imagemagick python3-cryptography \
|
||||
python3-dateutil python3-idna python3-requests \
|
||||
python3-numpy python3-pil.imagetk python3-pip \
|
||||
python3-setuptools python3-socks python3-idna \
|
||||
|
|
|
@ -42,7 +42,7 @@ if [ -f /usr/bin/pacman ]; then
|
|||
pip3 install pyLD pyqrcode pypng
|
||||
else
|
||||
apt-get update
|
||||
apt-get -y install imagemagick python3-crypto python3-cryptography \
|
||||
apt-get -y install imagemagick python3-cryptography \
|
||||
python3-dateutil python3-idna python3-requests \
|
||||
python3-numpy python3-pil.imagetk python3-pip \
|
||||
python3-setuptools python3-socks python3-idna \
|
||||
|
|
|
@ -4,7 +4,7 @@ You will need python version 3.7 or later.
|
|||
|
||||
On a Debian based system:
|
||||
|
||||
sudo apt install -y tor python3-socks imagemagick python3-setuptools python3-crypto python3-cryptography python3-dateutil python3-idna python3-requests python3-flake8 python3-django-timezone-field python3-pyqrcode python3-png python3-bandit libimage-exiftool-perl certbot nginx wget
|
||||
sudo apt install -y tor python3-socks imagemagick python3-setuptools python3-cryptography python3-dateutil python3-idna python3-requests python3-flake8 python3-django-timezone-field python3-pyqrcode python3-png python3-bandit libimage-exiftool-perl certbot nginx wget
|
||||
|
||||
The following instructions install Epicyon to the /opt directory. It's not essential that it be installed there, and it could be in any other preferred directory.
|
||||
|
||||
|
|
|
@ -1267,7 +1267,7 @@
|
|||
<p class="intro">You will need python version 3.7 or later.</p>
|
||||
<p class="intro">On a Debian based system:</p>
|
||||
<div class="shell">
|
||||
<p>sudo apt install -y tor python3-socks imagemagick python3-setuptools python3-crypto python3-cryptography python3-dateutil python3-idna python3-requests python3-flake8 python3-django-timezone-field python3-pyqrcode python3-png python3-bandit libimage-exiftool-perl certbot nginx wget</p>
|
||||
<p>sudo apt install -y tor python3-socks imagemagick python3-setuptools python3-cryptography python3-dateutil python3-idna python3-requests python3-flake8 python3-django-timezone-field python3-pyqrcode python3-png python3-bandit libimage-exiftool-perl certbot nginx wget</p>
|
||||
</div>
|
||||
|
||||
<p class="intro">
|
||||
|
|
Loading…
Reference in New Issue