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 ```