InstallationΒΆ

At the command line:

$ easy_install django_template_tree

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv django_template_tree
$ pip install django_template_tree