Commit 08a1fb9a by Tom Christie

Use 2.7, fool.

parent 1b28339e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment