Installation instructions

This document describes the steps needed to get Towel up and running.

Towel is based on Django, so you need a working Django installation first. Towel is mainly developed using the newest release of Django, but should work with Django 1.4 up to the upcoming 1.7 and with Python 2.7 and 3.3. Towel does not currently support Python 3.2 but patches adding support are welcome.

Towel can be installed using the following command:

$ pip install Towel

Towel has no dependencies apart from Django.

You should add towel to INSTALLED_APPS if you want to use the bundled templates and template tags. This isn’t strictly required though.