Less line length

master
Bob Mottram 2019-08-29 12:57:16 +01:00
parent 08793d5bc8
commit 9874130bd8
1 changed files with 6 additions and 2 deletions

View File

@ -17,14 +17,18 @@ Includes emojis designed by [OpenMoji](https://openmoji.org) the open-source
On Arch/Parabola:
``` bash
sudo pacman -S tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 imagemagick python-pillow python-numpy python-dateutil certbot
sudo pacman -S tor python-pip python-pysocks python-pycryptodome \
python-beautifulsoup4 imagemagick python-pillow \
python-numpy python-dateutil certbot
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-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 certbot
sudo pip3 install commentjson beautifulsoup4 pycryptodome
```