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