InstallationΒΆ

At the command line:

$ easy_install django-session-view-mixin

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-session-view-mixin
$ pip install django-session-view-mixin