forked from jazzband/django-downloadview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
45 lines (28 loc) · 869 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#######
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