Client Installation
Install the Reminix Python client
Install the client to call deployed agents.
Requirements
- Python 3.12 or higher
Install
pip install reminixThis installs the core package with the API client.
Verify
from reminix.client import Client
print("Client installed!")