Updated virtualenv to use new python venv.

This commit is contained in:
Mark Winterbottom 2018-10-18 08:10:38 +01:00
parent d1d1abb377
commit b1bb75b816
No known key found for this signature in database
GPG Key ID: 766B4B600637B315

View File

@ -59,7 +59,7 @@ Changes should broadly follow the [PEP 8][pep-8] style conventions, and we recom
To run the tests, clone the repository, and then:
# Setup the virtual environment
virtualenv env
python -m venv env
source env/bin/activate
pip install django
pip install -r requirements.txt