Keep it simple.

This commit is contained in:
Tom Christie 2011-12-30 13:06:57 +00:00
parent 08a1fb9a70
commit ff9cb862d1

View File

@ -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