aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorTom Christie2011-12-30 13:06:57 +0000
committerTom Christie2011-12-30 13:06:57 +0000
commitff9cb862d1b1c670629b26158c62c2eec90f0a28 (patch)
tree49efb5481686da7e4d3d313885fb321a47f1d020 /README.rst
parent08a1fb9a7093c2dab1759216e00e3acb00a0f671 (diff)
downloaddjango-rest-framework-ff9cb862d1b1c670629b26158c62c2eec90f0a28.tar.bz2
Keep it simple.
Diffstat (limited to 'README.rst')
-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