diff options
| author | tom christie tom@tomchristie.com | 2011-02-22 00:03:15 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-22 00:03:15 +0000 |
| commit | 8685357e97f80ddc1beddabc48ed3a8a2819f4d1 (patch) | |
| tree | fdee8856c9588c8eafc540dc181206b4729992cf /docs/index.rst | |
| parent | 7fc66d31793f4250ec821e4a380866c361b780c7 (diff) | |
| download | django-rest-framework-8685357e97f80ddc1beddabc48ed3a8a2819f4d1.tar.bz2 | |
Add the .zip download to the docs
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 992bcb47..6d3ae803 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,11 +41,12 @@ Installation & Setup You can install Django REST framework using ``pip`` or ``easy_install``:: - pip install djangorestframework + pip install djangorestframework Or download the current release from BitBucket: - `django-rest-framework-0.1.tar.gz <https://bitbucket.org/tomchristie/django-rest-framework/downloads/django-rest-framework-0.1.tar.gz>`_ +* `django-rest-framework-0.1.tar.gz <https://bitbucket.org/tomchristie/django-rest-framework/downloads/django-rest-framework-0.1.tar.gz>`_ +* `django-rest-framework-0.1.zip <https://bitbucket.org/tomchristie/django-rest-framework/downloads/django-rest-framework-0.1.zip>`_ Or get the latest development version using mercurial:: |
