ty/docs/installation.md
David Peter 000bb42aff
Minor updates to the docs (#1919)
## Summary

I did a full review of all docs using Claude, and these seemed worth
fixing.
2025-12-16 11:32:14 +01:00

713 B

Installing ty

Adding ty to your project

!!! tip

Adding ty as a dependency ensures that all developers on the project are using the same version
of ty.

Use uv (or your project manager of choice) to add ty as a development dependency:

uv add --dev ty

Then, use uv run to invoke ty:

uv run ty

Installing globally

Install ty globally with uv:

uv tool install ty@latest

Or, pipx:

pipx install ty

Installing with pip

Install ty into your current Python environment with pip:

pip install ty

Adding ty to your editor

See the editors page to add ty to your editor.