diff options
| author | Tom Christie | 2011-07-01 12:29:42 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-07-01 12:29:42 +0100 |
| commit | 8d51759dd14e2e4fc86c74a884b7a7c766141266 (patch) | |
| tree | d7ea05d66536f94d258cf46abddf63bebef8700e /README | |
| parent | 2ebcc9d3ddd6db156d18df1f8bb1db5cdf1e8434 (diff) | |
| download | django-rest-framework-8d51759dd14e2e4fc86c74a884b7a7c766141266.tar.bz2 | |
Fix bitbucket issue 39. All further issues should be on github
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ To install django-rest-framework in a virtualenv environment hg clone https://tomchristie@bitbucket.org/tomchristie/django-rest-framework cd django-rest-framework/ virtualenv --no-site-packages --distribute --python=python2.6 env - source ./env/bin/activate + source env/bin/activate pip install -r requirements.txt # django, coverage |
