Language Bindings

Language Bindings Installation

The first step is to install the language bindings for your preferred programming language

Always install from a tagged release — either the latest release (recommended) or a specific version that matches the SDK you want to access. See the Changelog for details on what’s included in each release.

⚠️ Do not install directly from main, as it may contain unstable or unreleased changes.

Repo

The latest tagged release is v4.6.1. The following languages are supported

# INSTALL THE LATEST RELEASE
pip install git+https://github.com/Pexeso/[email protected]

# INSTALL A PREVIOUS RELEASE
pip install git+https://github.com/Pexeso/[email protected]

Note: Depending on your setup, additional dependencies may need to be set up to complete the language bindings installation. Please see the relevant Github repo linked above for additional details.

After installing the language bindings, you are ready to install the SDK version that matches your bindings.

Last updated