Skip to content

Installation

kima can easily be installed using pip:

pip install kima

PyPI version

Installation is tested on Linux, Windows, and MacOS regularly. If the following badge is green, things should be working (even if it's red, go ahead and try it anyway 🤷)

test pip install

Danger

The installation process compiles the C++ code using CMake, and requires at least CMake v3.17, which should be easy to install (or update) on most platforms. See this official page for more information.

Alternatively, you can also clone the GitHub repository

git clone https://github.com/kima-org/kima.git

and install the package locally

cd kima
pip install -e .

If the installation fails, open an issue here.