From 547a98da8cce9efb548089b33b9879026586c36c Mon Sep 17 00:00:00 2001 From: "tom christie tom@tomchristie.com" Date: Thu, 10 Mar 2011 08:39:04 +0000 Subject: [PATCH] duh. pip does not install pip. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3e5e27557..a7dc3e925 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...