Installation

Install and configure Mira Network SDK for your project

Prerequisites

Before installing the SDK, ensure you have:

  • Python 3.8 or higher installed

  • pip package manager

arrow-up-rightInstallation Steps

arrow-up-rightStep 1: Install via pip

Install the SDK using pip:

Copy

pip install mira-network

arrow-up-rightStep 2: Verify Installation

Verify the installation:

Copy

pip show mira-network

arrow-up-rightStep 3: Environment Configuration

Configure your environment:

Copy

arrow-up-rightStep 4: Test Your Setup

Create a simple test script:

Copy

Once installed, proceed to the Quickstartarrow-up-right guide to make your first API call.

Last updated