Confirmed users
3,376
edits
Line 71: | Line 71: | ||
* apt-get install python-setuptools # linux | * apt-get install python-setuptools # linux | ||
* https://pypi.python.org/pypi/setuptools # download and install for all operating systems | * https://pypi.python.org/pypi/setuptools # download and install for all operating systems | ||
* you also need virtualenv installed on your system | |||
* pip install virtualenv # http://www.virtualenv.org/en/latest/virtualenv.html#installation | |||
For the majority of the tests, we include test files and tools out of the box. We need to do these things: | For the majority of the tests, we include test files and tools out of the box. We need to do these things: |