InstallationΒΆ

At the command line:

$ easy_install django-svg-templatetag

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django-svg-templatetag
$ pip install django-svg-templatetag