#######
Install
#######

.. note::

   If you want to install a development environment, please see
   :doc:`/contributing`.

System requirements:

* Python version 2.7

Install the package with your favorite Python installer. As an example, with
pip:

.. code:: sh

   pip install django-downloadview

Installing `django-downloadview` will automatically trigger the installation of
the following requirements:

.. literalinclude:: /../setup.py
   :language: python
   :lines: 39

.. note::

   Since version 1.1, django-downloadview requires Django>=1.5, which provides
   :py:class:`~django.http.StreamingHttpResponse`.


.. rubric:: Notes & references

.. seealso::

   * :doc:`/settings`
   * :doc:`/about/changelog`
   * :doc:`/about/license`

.. target-notes::

.. _`django-downloadview's bugtracker`:
   https://github.com/benoitbryon/django-downloadview/issues
