Installation
Installing via setuptools
To download and install HTMLTemplate using setuptools, run the following command:
easy_install HTMLTemplate
This will download the latest version of HTMLTemplate from the Python Package Index and install it.
Remember to use sudo easy_install HTMLTemplate
or equivalent if you don't already have write permissions for Python's site-packages
folder.
Additional documentation and examples can be found in the latest source release (see below).
Installing from source
Download the latest .tar.gz
source release from the Python Package Index and follow the instructions in its README file.