diff options
| author | Tom Christie | 2011-12-30 12:21:33 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-30 12:21:33 +0000 |
| commit | 08a1fb9a7093c2dab1759216e00e3acb00a0f671 (patch) | |
| tree | b75bf5c5a109ac12eed5cdfd9a43b3d1da22246c | |
| parent | 1b28339e5b733a0422c2bcd06b39e289bc98f69b (diff) | |
| download | django-rest-framework-08a1fb9a7093c2dab1759216e00e3acb00a0f671.tar.bz2 | |
Use 2.7, fool.
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
