From 9af5129fcb968054a6a05a0dfca79d98eda01833 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 14 Nov 2019 11:23:17 +0000 Subject: [PATCH] Extra debian dependency --- README.md | 3 ++- website/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e998296..b4dd1637 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/website/index.html b/website/index.html index c034ef20..7282cbb5 100644 --- a/website/index.html +++ b/website/index.html @@ -1225,7 +1225,7 @@

On a Debian based system:

-

sudo apt-get -y install tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk certbot

+

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

sudo pip3 install commentjson beautifulsoup4 pycryptodome