Installation

This guide will help you install the Opinion CLOB SDK and its dependencies.

https://pypi.org/project/opinion-clob-sdk/

Requirements

Python Version

  • Python 3.8 or higher (tested on Python 3.8 through 3.13)

Check your Python version:

python --version  # or python3 --version

System Requirements

  • Operating Systems: Linux, macOS, Windows

  • Network: Internet connection for API access and blockchain RPC

  • Optional: Git (for development installation)

Installation Methods

The simplest way to install the Opinion CLOB SDK is via pip:

pip install opinion_clob_sdk

This will install the latest stable version and all required dependencies.

Dependencies

The SDK automatically installs the following dependencies:

Verify Installation

After installation, verify it works:

Or run from command line:

It's best practice to use a virtual environment:

Using venv (Built-in)

Using conda

Upgrading

To upgrade to the latest version:

To upgrade all dependencies as well:

Uninstalling

To remove the SDK:

Next Steps

Once installed, proceed to:


Having issues? Check the Troubleshooting Guide or FAQ.

Last updated