Skip to main content

Installation

Relari cloud API and CLI (command line interface) is provided as an open-source Python package. To install the latest version, run the following command:

python3 -m pip install relari

To setup the CLI, make sure you define the API key. Add the following line to your .bashrc (or .bash_profile, .zshrc etc.) file:

RELARI_API_KEY="ek-xxxx"

Optionally you can also set the RELARI_API_URL to point to a different API endpoint (this should not be necessary in most cases):

RELARI_API_URL="your-api-url"