Installation
Step-by-step guide to installing and setting up Mira Flows SDK for your project
Step 1: Install via pip
Run the following command in your terminal to install the SDK:
This will download and install the latest version of the Mira SDK along with its dependencies.
Step 2: Verify Installation
After installation, you can verify that the SDK is correctly installed by running:
You should see the SDK version and related metadata.
Step 3: Import the SDK
Test your setup by creating a simple Python script and importing the Mira SDK:
You’re now ready to use the Mira SDK to build powerful AI-driven applications!