Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 947 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 947 Bytes

build status Coverage Status PyPI Version

sdk-python

Experimental. Do not use in production. Installation:

pip3 install machinebox-python-sdk

Tests

From the root directory run pytest

Development

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 .