Experimental. Do not use in production. Installation:
pip3 install machinebox-python-sdk
From the root directory run pytest
Use a virtual environment from the root directory:
$ python3 -m venv .
$ source bin/activate # On macOS and Linux
$ .\env\Scripts\activate # On Windows
Install the requirements:
pip3 install -r requirements.txt
Install this package in editable mode:
pip3 install --editable .