Installation¶
From PyPI¶
kima can easily be installed using pip:
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 )
Danger
In some cases, the installation process will compile the C++ code using CMake, which requires at least CMake v3.17. It should be easy to install (or update) on most platforms. See this official page for more information.
From the repository¶
Alternatively, you can also clone the GitHub repository
and install the package locally
If the installation fails, open an issue here or comment below.