Merge pull request #466 from gcarq/fix/doc
Update doc: add --upgrade pip
This commit is contained in:
commit
91ed349e11
@ -297,6 +297,7 @@ cp config.json.example config.json
|
|||||||
```bash
|
```bash
|
||||||
python3.6 -m venv .env
|
python3.6 -m venv .env
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
|
pip3.6 install --upgrade pip
|
||||||
pip3.6 install -r requirements.txt
|
pip3.6 install -r requirements.txt
|
||||||
pip3.6 install -e .
|
pip3.6 install -e .
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user