Installation

Stable release

You can either add pytemplator to your project using Poetry or inside a virtual environment by using pip:

$ poetry add pytemplator
# or
$ pip install pytemplator

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for pytemplator can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/arnaudblois/pytemplator

Or download the tarball:

$ curl -OJL https://github.com/arnaudblois/pytemplator/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install