aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-03-17 08:51:53 +0000
committertom christie tom@tomchristie.com2011-03-17 08:51:53 +0000
commitcf1f8348a068d9c699ddcd67f8e3bf954d6a8541 (patch)
tree5d4042c9d63ec639fe524a625d7fe6af146bac73
parent7856656df0c60d038f2d2c584e3bf9a5420cc801 (diff)
downloaddjango-rest-framework-cf1f8348a068d9c699ddcd67f8e3bf954d6a8541.tar.bz2
Add coverage to requirements
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d74aa474..70df13b8 100644
--- a/README
+++ b/README
@@ -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...