InstallationΒΆ

At the command line:

$ easy_install django-shortcircuit

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-shortcircuit
$ pip install django-shortcircuit