added line to install django first in contributing.md

This commit is contained in:
Akshay Sharma 2016-10-14 03:24:28 +05:30
parent d0a91504aa
commit 220012510f
3 changed files with 1 additions and 2 deletions

View File

@ -61,6 +61,7 @@ To run the tests, clone the repository, and then:
# Setup the virtual environment
virtualenv env
source env/bin/activate
pip install django
pip install -r requirements.txt
# Run the tests

View File

@ -6,7 +6,6 @@
# only included the relevent sets when running tox, and ensures
# we are only ever declaring our dependencies in one place.
-r requirements/requirements-necessary.txt
-r requirements/requirements-optionals.txt
-r requirements/requirements-testing.txt
-r requirements/requirements-documentation.txt

View File

@ -1 +0,0 @@
Django>=1.8