From 08a1fb9a7093c2dab1759216e00e3acb00a0f671 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 30 Dec 2011 12:21:33 +0000 Subject: Use 2.7, fool. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 38e22c11..694584d7 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.6 env + virtualenv --no-site-packages --distribute --python=python2.7 env source env/bin/activate pip install -r requirements.txt # django, coverage -- cgit v1.2.3