- Install
uv
from https://docs.astral.sh/uv/getting-started/installation/
curl -LsSf https://astral.sh/uv/install.sh | sh
- Install required tools using
uv
uv tool install httpie
uv tool install mypy
uv tool install ruff
- If you are using VSCode, install the
Ruff
extension from the marketplace to add linter support.
See the README.md in the samples folder.
uv run pytest .