diff options
| -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:: |
