Installing ty
Adding ty to your project
Use uv (or your project manager of choice) to add ty as a development dependency:
Adding ty as a dependency ensures that all developers on the project are using the same version of ty.
Then, use uv run
to invoke ty:
Installing globally
Install ty globally with uv:
Or, pipx:
Installing with pip
Install ty into your current Python environment with pip: