Installation

Stable release

To install django-code-generator, run these commands in your terminal:

$ sudo pip3 install -U django-code-generator

This is the preferred method to install django-code-generator, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

Other releases

You can install other versions from Pypi using:

$ pip install django-code-generator==<version>

For versions that are not in Pypi (it is a development version):

$ pip install git+https://github.com/Nekmo/django-code-generator.git@<branch>#egg=django_code_generator

If you do not have git installed: