InstallationΒΆ

At the command line:

$ easy_install django-groups-cache

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-groups-cache
$ pip install django-groups-cache