Debian dependencies

master
Bob Mottram 2019-07-13 13:39:52 +00:00
parent a44e9f5a3c
commit fc7420b2c3
1 changed files with 9 additions and 0 deletions

View File

@ -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: