From fc7420b2c3ca7c2c7c0d6668cea0138365703721 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 13 Jul 2019 13:39:52 +0000 Subject: [PATCH] Debian dependencies --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1aaec4904..963e85e4e 100644 --- a/README.md +++ b/README.md @@ -205,11 +205,20 @@ Even if Eve has an account on Alice's instance this won't help her very much unl ## Install +On Arch/Parabola: + ``` bash sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 imagemagick python-pillow python-numpy sudo pip install commentjson ``` +Or on Debian: + +``` bash +sudo apt-get -y install tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-pil.imagetk +sudo pip3 install commentjson beautifulsoup4 pycryptodome +``` + ## Running Tests To run the unit tests: