Installation
Requirements
Tryke requires Python 3.12 or newer. Wheels are published for Linux (x86_64), macOS (arm64), and Windows (x86_64).
Running without installation
The easiest way to get started with Tryke is with uvx:
Or with pipx:
Installation methods
Adding Tryke to your project (uv)
Use uv to add Tryke as a dev dependency.
Then, use uv run to invoke Tryke:
To update Tryke, use --upgrade-package:
Adding Tryke to your project (pip)
Install Tryke into your active virtual environment:
Invoke it directly:
To upgrade:
Using Tryke in your editor
See the editor integration guide