# Installation ## Install from PyPI ```bash pip install teemi ``` This is the simplest way to get the latest published release. ## Install from source ```bash git clone https://github.com/hiyama341/teemi cd teemi pip install -e . ``` For local development, install the development extras as well: ```bash pip install -e .[dev] ``` If you are setting up documentation work on the repository, install the docs extras too: ```bash pip install -e .[docs] ```