Update README.md

add pip update command to avoid use old pip source.
This commit is contained in:
杨丰畅 2019-10-15 19:00:14 +08:00 committed by GitHub
parent 370da2b55c
commit 11786b4ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
```bash
sudo apt-get update && sudo apt-get install -y vim python-pip curl git
pip install --upgrade pip
pip install docker-compose
```