Skip to content

Latest commit

 

History

History

py

Genkit Python SDK

Setup Instructions

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

Run test app

See the README.md in the samples folder.

Run all unit tests

uv run pytest .