Skip to content

Basic Usage

For the full Usage docs (syntax, config, etc.), see: Usage.

Install via pip

python
import kele

Install and configure from source

To use KELE in your program, you need to add the project root directory to the Python path.

You can do this by adding the following code in your program:

python
import sys

sys.path.append("/path/to/kele")

import kele