aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2011-12-30 12:21:33 +0000
committerTom Christie2011-12-30 12:21:33 +0000
commit08a1fb9a7093c2dab1759216e00e3acb00a0f671 (patch)
treeb75bf5c5a109ac12eed5cdfd9a43b3d1da22246c
parent1b28339e5b733a0422c2bcd06b39e289bc98f69b (diff)
downloaddjango-rest-framework-08a1fb9a7093c2dab1759216e00e3acb00a0f671.tar.bz2
Use 2.7, fool.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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