InstallationΒΆ

At the command line:

$ easy_install django-model-to-dict

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-model-to-dict
$ pip install django-model-to-dict