From 242719f986f514f50f6b2d70189a42e718572a99 Mon Sep 17 00:00:00 2001 From: Pau Argelaguet <pau@outlook.com> Date: Wed, 10 Feb 2021 22:57:40 +0100 Subject: [PATCH] Fixing typo in install guide --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index aff5309..c14d976 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: -- GitLab