diff options
| author | Tom Christie | 2011-12-30 13:06:57 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-30 13:06:57 +0000 |
| commit | ff9cb862d1b1c670629b26158c62c2eec90f0a28 (patch) | |
| tree | 49efb5481686da7e4d3d313885fb321a47f1d020 /README.rst | |
| parent | 08a1fb9a7093c2dab1759216e00e3acb00a0f671 (diff) | |
| download | django-rest-framework-ff9cb862d1b1c670629b26158c62c2eec90f0a28.tar.bz2 | |
Keep it simple.
Diffstat (limited to 'README.rst')
| -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.7 env + virtualenv --no-site-packages --distribute env source env/bin/activate pip install -r requirements.txt # django, coverage |
