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 --versionSystem Requirements
Operating Systems: Linux, macOS, Windows
Network: Internet connection for API access and blockchain RPC
Optional: Git (for development installation)
Installation Methods
Install from PyPI (Recommended)
The simplest way to install the Opinion CLOB SDK is via pip:
pip install opinion_clob_sdkThis 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:
Virtual Environment (Recommended)
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