Installation¶
Requirements¶
Python/Django versions¶
| Python | Django |
|---|---|
| 2.7, 3.4, 3.5 | 1.8 - 1.10 |
Requirements¶
- python-mimeparse - A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges. Pyston uses it to evaluate which response format should be returned.
- django-chamber - Our library of helpers that simplify development (https://github.com/druids/django-chamber)
Libraries are dependecies defined inside setup file.
Using Pip¶
Django is core is not currently inside PyPE but in the future you will be able to use:
$ pip install django-pyston
Because django-pston is rapidly evolving framework the best way how to install it is use source from github
$ pip install https://github.com/druids/django-pyston/tarball/{{ version }}#egg=django-pyston-{{ version }}