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