Installation

The package is available on PyPI. You can install it with:

$ python -m pip install onboardapis

For development purposes, you can install the package from GitHub:

$ git clone https://github.com/felix-zenk/onboardapis.git
$ cd onboardapis
$ python -m venv venv
$ source venv/bin/activate
$ python setup.py install