Installation
From PyPI
Simply use pip to install the package from PYPI:
pip install zephyr-python-api
From source
Git clone repository
git clone https://github.com/nassauwinter/zephyr-python-api.git
Install dependencies:
pip install -r requirements.txt
or better with pipenv:
pipenv install