Merge pull request #4 from diegoquintanav/patch-2

Added python 2 support note
This commit is contained in:
Daxeel Soni 2018-01-29 17:59:11 +05:30 committed by GitHub
commit 8a642b9c13
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
```