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: .. code-block:: bash pip install cligram For performance optimizations: .. code-block:: bash pip install cligram[speedups] From source ----------- .. code-block:: bash git clone https://github.com/Aeliux/cligram.git cd cligram poetry install