Getting started
Installation
Instructions for installing kernpy
are provided below.
Install the last version of kernpy
using pip
pip3 install kernpy --upgrade
Install the last version from the repository
pip install git+https://github.com/OMR-PRAIG-UA-ES/kernpy.git
Install a specific version from the repository
pip install git+https://github.com/OMR-PRAIG-UA-ES/kernpy.git@<commit-tag>
Next steps
- Tutorial
Learn how to use
kernpy
in a few minutes.