Skip to main content

Install Colin

We recommend using uv to install and manage Colin. If you plan to use Colin in your project, add it as a dependency:
uv add colin-py
Alternatively, install directly with pip or uv pip:
uv pip install colin-py

Verify Installation

To verify that Colin is installed correctly, run:
colin --version
You should see output like:
0.1.0

Requirements

  • Python 3.10 or higher
  • An LLM provider API key (for LLM blocks)

Next Steps

Ready to get started? Head to the Quickstart to compile your first project.