Installation#

Install from PyPI#

pip install teemi

This is the simplest way to get the latest published release.

Install from source#

git clone https://github.com/hiyama341/teemi
cd teemi
pip install -e .

For local development, install the development extras as well:

pip install -e .[dev]

If you are setting up documentation work on the repository, install the docs extras too:

pip install -e .[docs]