aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-03-10 08:39:04 +0000
committertom christie tom@tomchristie.com2011-03-10 08:39:04 +0000
commit547a98da8cce9efb548089b33b9879026586c36c (patch)
treeab22e0edbfcb21482109cd301a8a30cb967f625e
parent9ed34be76629c87adc3995d4e225b0120a80a4ab (diff)
downloaddjango-rest-framework-547a98da8cce9efb548089b33b9879026586c36c.tar.bz2
duh. pip does not install pip.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3e5e2755..a7dc3e92 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
+pip install -r requirements.txt # django
# To run the tests...