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