From ff9cb862d1b1c670629b26158c62c2eec90f0a28 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 30 Dec 2011 13:06:57 +0000 Subject: [PATCH] Keep it simple. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 694584d7e..97aae8230 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ To clone the project from GitHub using git:: To install django-rest-framework in a virtualenv environment:: cd django-rest-framework - virtualenv --no-site-packages --distribute --python=python2.7 env + virtualenv --no-site-packages --distribute env source env/bin/activate pip install -r requirements.txt # django, coverage