Skip to content

Commit cca9792

Browse files
akshaysharma096tomchristie
authored andcommitted
contributing.md django fix. (encode#4581)
* installation for django added in requirements.txt * added line to install django first in contributing.md * added line to install django first in contributing.md and CONTRIBUTING.md
1 parent de08f28 commit cca9792

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ To run the tests, clone the repository, and then:
6161
# Setup the virtual environment
6262
virtualenv env
6363
source env/bin/activate
64+
pip install django
6465
pip install -r requirements.txt
6566

6667
# Run the tests

docs/topics/contributing.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ To run the tests, clone the repository, and then:
6161
# Setup the virtual environment
6262
virtualenv env
6363
source env/bin/activate
64+
pip install django
6465
pip install -r requirements.txt
6566

6667
# Run the tests

0 commit comments

Comments
 (0)