added line to install django first in contributing.md and CONTRIBUTING.md

This commit is contained in:
Akshay Sharma 2016-10-14 03:29:32 +05:30
parent 220012510f
commit db89ff0d4b

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