From a52a01a12ed37a7d2ba21a9676e67159a5549eda Mon Sep 17 00:00:00 2001 From: Sebastian Proost Date: Wed, 10 May 2017 13:01:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ede63..c247775 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Clone the package from the git repository Create a virtual environment - virtualenv --python=python3 venv + virtualenv --python=python3 env source env/bin/activate pip install -r requirements.txt