A development kit to interact with the Frequenz development platform.
We assume you are on a system with Python available. If that is not the case, please download and install Python first.
To install the SDK, you probably want to create a new virtual environment first.
For example, if you use a sh
compatible shell, you can do this:
python3 -m venv .venv
. .venv/bin/activate
Then, just install using pip
:
python3 -m pip install frequenz-sdk
For more information, please visit the documentation website.
If you want to know how to build this project and contribute to it, please check out the Contributing Guide.