Skip to content

Installation

Requirements

Clak supports Python 3.10–3.14.

Clak Installation

Clak is a Python library. Install it with any of the following methods.

Install with pip:

pip install mrjk.clak

Or with your project manager:

poetry add mrjk.clak
pdm add mrjk.clak
uv add mrjk.clak

For more options (git install, extras), see the detailed installation page.

Optional colored logs:

pip install 'mrjk.clak[colors]'

Optional YAML config / --format yaml:

pip install 'mrjk.clak[config]'

Optional markdown / RST terminal rendering (also colors --help):

pip install 'mrjk.clak[markdown]'
pip install 'mrjk.clak[rst]'