Welcome to the Kerch package
This package is meant for various kernel-based operations. For the moment, only the kernel module is available, but a lot of models will follow soon. If you experience any bug, please let me now: this is only a pre-alpha version.
Install
As for now, there are two ways to install the package.
Using PIP
Using pip, it suffices to run pip install kerch. Just rerun this command to update the package to its newest version.
From source
You can also install the package directly from the GitHub repository.
git clone --recursive https://github.com/hdeplaen/kerch
cd kerch
python setup.py install