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:
Install with package managers
Tip
Recommended for production use.
Install with your project manager:
Install from git
Tip
Recommended for development or testing specific versions.
With pip, with development
branch. Use main
for stable version:
Completion support
Install argcomplete globally, required only once for all application using argcomplete:
See also completion support in documentation.