aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 694584d7..97aae823 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