InstallationΒΆ

At the command line:

$ easy_install django-templation

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-templation
$ pip install django-templation