mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-06 17:03:42 +03:00
Use 2.7, fool.
This commit is contained in:
parent
1b28339e5b
commit
08a1fb9a70
|
@ -35,7 +35,7 @@ To clone the project from GitHub using git::
|
||||||
To install django-rest-framework in a virtualenv environment::
|
To install django-rest-framework in a virtualenv environment::
|
||||||
|
|
||||||
cd django-rest-framework
|
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
|
source env/bin/activate
|
||||||
pip install -r requirements.txt # django, coverage
|
pip install -r requirements.txt # django, coverage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user