Install

Note

If you want to install a development environment, please see Contributing.

System requirements:

  • Python version 2.7

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

pip install django-downloadview

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

REQUIREMENTS = ['setuptools', 'Django>=1.5', 'requests', 'six']

Note

Since version 1.1, django-downloadview requires Django>=1.5, which provides StreamingHttpResponse.

Notes & references