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: