Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit ce72283

Browse files
Modified the readme to specify the specific python version for the virtualenv
1 parent 6658ec2 commit ce72283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You will need to install these packages (or their equivalents) on your OS before
1717
## Python packages required
1818
A list of the required python packages is provided in requirements.txt. Firstly set up a virtualenv:
1919

20-
virtualenv testing
20+
virtualenv --python=python2.7 testing
2121

2222
Then enter the virtualenv:
2323

0 commit comments

Comments
 (0)