Install the Komodo SDK & CLI
Prerequisites
Section titled “Prerequisites”- Python 3.11, 3.12 or 3.13 (
>=3.11, <3.14)
Installation
Section titled “Installation”From a new directory, initialize a new uv project:
uv init --python "python >=3.11, <3.14"Then, install the SDK:
uv add komodopip install komodoVerify Installation
Section titled “Verify Installation”After installation, verify that the SDK is properly installed:
uv run komodo --helpYou should see the CLI help output with available commands.