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

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