InstallationΒΆ

At the command line:

$ easy_install django-field-history

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-field-history
$ pip install django-field-history