Skip to content

Installation

Package Installation

Clak is a python library, and can be installed with any of the following methods.

Install with pip

Tip

Recommended for quickstart and evaluation..

Install clak using pip:

pip install mrjk.clak

Install with package managers

Tip

Recommended for production use.

Install with your project manager:

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

Install from git

Tip

Recommended for development or testing specific versions.

With pip, with development branch. Use main for stable version:

pip install git+https://github.com/mrjk/python-clak.git@develop

Completion support

Install argcomplete globally, required only once for all application using argcomplete:

activate-global-python-argcomplete

See also completion support in documentation.