Skip to content

Install the Komodo SDK & CLI

  • Python 3.11, 3.12 or 3.13 (>=3.11, <3.14)

From a new directory, initialize a new uv project:

Terminal window
uv init --python "python >=3.11, <3.14"
.

Then, install the SDK:

Terminal window
uv add komodo

After installation, verify that the SDK is properly installed:

Terminal window
uv run komodo --help

You should see the CLI help output with available commands.