Browse Source

Use python3 to install pip

numahell 7 years ago
parent
commit
314bd3703e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -22,10 +22,10 @@ echo \
    stable" \
    > /etc/apt/sources.list.d/docker.list
 
-apt update && apt install docker-ce msmtp python-pip
+apt update && apt install docker-ce msmtp python3-pip
 
 # install docker-compose
-pip install docker-compose
+pip3 install docker-compose
 
 # Start docker
 systemctl start docker