forked from indymedia/epicyon
Debian dependencies
parent
a44e9f5a3c
commit
fc7420b2c3
|
@ -205,11 +205,20 @@ Even if Eve has an account on Alice's instance this won't help her very much unl
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
On Arch/Parabola:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 imagemagick python-pillow python-numpy
|
sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 imagemagick python-pillow python-numpy
|
||||||
sudo pip install commentjson
|
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
|
## Running Tests
|
||||||
|
|
||||||
To run the unit tests:
|
To run the unit tests:
|
||||||
|
|
Loading…
Reference in New Issue