Getting started#

Installation#

Installing with conda

Kalpy is available on :xref:`conda_forge` and can be installed with Anaconda or Miniconda:

conda config --add channels conda-forge
conda install kalpy
In-depth instructions

Using Docker? Want to install via source?