InstallationΒΆ

At the command line:

$ easy_install django-app-gen

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-app-gen
$ pip install django-app-gen