InstallationΒΆ

At the command line:

$ easy_install django-census

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-census
$ pip install django-census