Client Installation

Install the Reminix Python client

Install the client to call deployed agents.

Requirements

  • Python 3.12 or higher

Install

pip install reminix

This installs the core package with the API client.

Verify

from reminix.client import Client

print("Client installed!")

Next Steps

  • Setup — Configure the client
  • Usage — Call agents

On this page