Update install authored by Brian Ó Donnell's avatar Brian Ó Donnell
......@@ -20,8 +20,8 @@ This guide assumes you are using Debian 9 (stretch), though the process should b
### Install necessary packages
Follow [these instructions](https://docs.docker.com/engine/installation/linux/debian/) first to add the docker-ce repository, then:
sudo apt install docker-ce git gnupg pwgen python-pip libssl1.0.0
sudo pip install docker-compose
sudo apt install docker-ce git gnupg pwgen python3-pip libssl1.0.2
sudo pip3 install docker-compose
### Create application directories
sudo mkdir -p /opt/pancrypticon /srv/pancrypticon
......
......