Installation

The preferred method of installing django-brython is via pip, the standard Python package-installation tool. If you don’t have pip, instructions are available for how to obtain and install it, though if you’re using a supported version of Python, pip should have come bundled with your installation of Python.

Once you have pip, type:

pip install django-brython

Install development version

Some features are available only in the development version. To install the development version, type:

pip install git+https://gitlab.com/lovasb/django-brython.git