Fixing typo in install guide

This commit is contained in:
Pau Argelaguet 2021-02-10 22:57:40 +01:00 committed by Ben Adida
parent 0f0948a3db
commit 242719f986
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ sudo apt install python3.6 python3.6-venv python3.6-pip python3.6-venv
* create a virtualenv
```
python3.6-m venv $(pwd)/venv
python3.6 -m venv $(pwd)/venv
```
* you'll also need Postgres dev libraries. For example on Ubuntu: