Update README.md

I found out I needed python version 2.7 to make this work, so I decided to note it.
This commit is contained in:
Diego Quintana 2018-01-29 09:23:17 -03:00 committed by GitHub
parent 6aa5eec11a
commit 6290fe44fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Step 1 - Create project directory
mkdir <project_name> && cd project_name
```
Step 2 - Create new virtual environment
Step 2 - Create new virtual environment with python version 2.7.
```
virtualenv venv
```