The official SDK for accessing and integrating moldea’s API in your applications.
- Create the virtual environment:
sudo apt install python3.12-venv && python3 -m venv .venv- Activate the virtual environment:
source .venv/bin/activate- Install the dependencies:
pip install .