InstallationΒΆ

At the command line:

$ easy_install django-html-dumper

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-html-dumper
$ pip install django-html-dumper