Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 451 Bytes

File metadata and controls

27 lines (18 loc) · 451 Bytes

Project Arete SDK for Python :: Developer's Guide

Building

Activate a Python environment, if you haven't already:

$ python3 -m venv env
$ source env/bin/activate

Then build + install the project:

$ python3 -m pip install .

Using

Once the module was installed locally, imports from arete_sdk will work:

from arete_sdk import Client
...

See the examples for further usage details.