Add coverage to requirements

This commit is contained in:
tom christie tom@tomchristie.com 2011-03-17 08:51:53 +00:00
parent 7856656df0
commit cf1f8348a0

2
README
View File

@ -4,7 +4,7 @@ hg clone https://tomchristie@bitbucket.org/tomchristie/django-rest-framework
cd django-rest-framework/
virtualenv --no-site-packages --distribute --python=python2.6 env
source ./env/bin/activate
pip install -r requirements.txt # django
pip install -r requirements.txt # django, coverage
# To run the tests...