Installation¶
Talea requires Python 3.14 or newer.
Install the published release from PyPI:
To install from a source checkout instead:
For contributor environments, enter Hatch:
The installed runtime has no required third-party dependencies. The repository environment also installs testing, typing, benchmarking, build, and documentation tools; those are not runtime dependencies.
Verify the installation:
See Contributing for the complete development workflow.