Hi
I think I found a typo
The project requires Python 3:
Make sure to install Python 3.x instead of the default 2.x
And asks you to install python3
$ virtualenv --python=/usr/bin/python3 env
You can activate it.
But expects you to see 2.7
$ source ./env/bin/activate
Verify the version of python from the 1st line by the below command.
$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
Is this a typo? If yes, I can fix it and send a PR
Hi
I think I found a typo
The project requires Python 3:
And asks you to install python3
But expects you to see 2.7
Is this a typo? If yes, I can fix it and send a PR