Skip to content
Snippets Groups Projects
Commit 242719f9 authored by Pau Argelaguet's avatar Pau Argelaguet Committed by Ben Adida
Browse files

Fixing typo in install guide

parent 0f0948a3
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ sudo apt install python3.6 python3.6-venv python3.6-pip python3.6-venv ...@@ -20,7 +20,7 @@ sudo apt install python3.6 python3.6-venv python3.6-pip python3.6-venv
* create a virtualenv * 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: * you'll also need Postgres dev libraries. For example on Ubuntu:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment