Installation¶
This guide will walk you through installing Teyaotlani on your system.
Level: Beginner Time: 5 minutes
Prerequisites¶
- Python 3.10 or higher
- A package manager (uv or pip)
Installation with uv (Recommended)¶
uv is a fast Python package manager that we recommend for managing Teyaotlani.
Installation with pip¶
You can also install Teyaotlani using pip:
Verify the installation¶
After installation, verify that Teyaotlani is working correctly by checking the version:
You should see output similar to:
You can also verify the Python package is importable:
Development installation¶
If you want to contribute to Teyaotlani or run from source, clone the repository and install in development mode:
This installs Teyaotlani along with all development dependencies (testing, linting, etc.).
Next steps¶
Now that you have Teyaotlani installed, you're ready to: