From cf1f8348a068d9c699ddcd67f8e3bf954d6a8541 Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Thu, 17 Mar 2011 08:51:53 +0000 Subject: Add coverage to requirements --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- cgit v1.2.3