Skip to content

Installation

TanML requires Python 3.8 or higher.

Using pip

The easiest way to install TanML is using pip:

pip install tanml

From Source

You can also install TanML directly from the source code:

git clone https://github.com/tdlabs-ai/tanml.git
cd tanml
pip install -e .

Verify Installation

To verify that TanML is installed correctly, you can run:

tanml --version