Python Module

Python module can be installed directly from PyPI using pip:

pip install pycatima

Or installed by cloning the Git repo

git clone https://github.com/hrosiak/pycatima.git

and installing with pip

pip install ./pycatima

The C++ library takes additional CMake configuration options which can be provided to the build backend with scikit-build-core. See the documentation for scikit-build-core for more information.