Yattag
  • download/install
  • tutorial
  • gnu/lgpl license
  • github repo
  • contact the author

Download and install yattag

Install using pip

The best way to install yattag is to use pip.

Just do:

pip install yattag

Or, if you're installing as a simple user (not as root):

pip install yattag --user

Note: to install on your Python 3 environment, the command is usually pip-python3 instead of pip.

Manual installation

You can download the archive here:

https://pypi.python.org/pypi/yattag

Uncompress the .tar.gz or .zip file and run:

python setup.py install

or:

python3 setup.py install

From github

The project is on github at this url: https://github.com/leforestier/yattag