Installation

This prject needs python 3.13 or higher.

To install cligram, you have two main options: using pip to install from PyPI or installing from source using Git and Poetry.

Using pip

Install cligram from PyPI:

pip install cligram

For performance optimizations:

pip install cligram[speedups]

From source

git clone https://github.com/Aeliux/cligram.git
cd cligram
poetry install