Installation

Prerequisites

Before you start, ensure you have the following prerequisites:

  • Python <4.0, >=3.8

  • pip (Python package manager)

Step-by-Step Guide

1. Install via pip

You can easily install the SDK using pip. Open your terminal and run the following command:

pip install openrank-sdk

2. Verify Installation

To verify that the SDK is installed correctly, you can run a simple test. Open a Python shell and try importing the SDK:

from openrank_sdk import EigenTrust

print(EigenTrust)

You should see a class returned, indicating a successful installation.

Viewing Source

You can view Github Code here.

gh repo clone Karma3Labs/openrank-sdk

Troubleshooting

If you encounter any issues during installation, consider the following steps:

  • Ensure that your Python version is >=3.8 and <4.0

  • Upgrade pip to the latest version:

    pip install --upgrade pip
  • Check for any conflicting packages and try reinstalling the SDK in a virtual environment.

Last updated

Logo

Copyright 2024