mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-04-30 19:54:52 +00:00
32 lines
550 B
Text
32 lines
550 B
Text
#######
|
|
Install
|
|
#######
|
|
|
|
.. note::
|
|
|
|
If you want to install a development environment, please see :doc:`/dev`.
|
|
|
|
System requirements:
|
|
|
|
* Python 2.7
|
|
|
|
Install the package with your favorite Python installer. As an example, with
|
|
pip:
|
|
|
|
.. code:: sh
|
|
|
|
pip install django-downloadview
|
|
|
|
.. 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`
|