mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
45 lines
869 B
Text
45 lines
869 B
Text
#######
|
|
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
|