Merge pull request #466 from gcarq/fix/doc

Update doc: add --upgrade pip
This commit is contained in:
Gérald LONLAS 2018-01-28 18:44:43 -08:00 committed by GitHub
commit 91ed349e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 .
```