InstallationΒΆ

At the command line:

$ easy_install django-error-views

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-error-views
$ pip install django-error-views