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