Update doc: add --upgrade pip

This commit is contained in:
Gerald Lonlas 2018-01-28 18:01:02 -08:00
parent aae8044150
commit 2a37034787
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ cp config.json.example config.json
```bash
python3.6 -m venv .env
source .env/bin/activate
pip3.6 install --upgrade pip
pip3.6 install -r requirements.txt
pip3.6 install -e .
```