From 6290fe44fba7a85c56e34b8578efc121f0741b5b Mon Sep 17 00:00:00 2001 From: Diego Quintana Date: Mon, 29 Jan 2018 09:23:17 -0300 Subject: [PATCH] Update README.md I found out I needed python version 2.7 to make this work, so I decided to note it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c9036a..4e31f4c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Step 1 - Create project directory mkdir && cd project_name ``` -Step 2 - Create new virtual environment +Step 2 - Create new virtual environment with python version 2.7. ``` virtualenv venv ```