diff options
| author | tom christie tom@tomchristie.com | 2011-03-17 08:51:53 +0000 | 
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-03-17 08:51:53 +0000 | 
| commit | cf1f8348a068d9c699ddcd67f8e3bf954d6a8541 (patch) | |
| tree | 5d4042c9d63ec639fe524a625d7fe6af146bac73 | |
| parent | 7856656df0c60d038f2d2c584e3bf9a5420cc801 (diff) | |
| download | django-rest-framework-cf1f8348a068d9c699ddcd67f8e3bf954d6a8541.tar.bz2 | |
Add coverage to requirements
| -rw-r--r-- | README | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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... | 
