diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c68aa7397..29ba53955 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 - python -m venv env + virtualenv env source env/bin/activate pip install django pip install -r requirements.txt