Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 649 Bytes

Aidlab Python SDK Examples

This repository contains code examples for the Aidlab Python SDK, designed to help developers integrate and utilize the Aidlab SDK in their Python applications more effectively.

Installation

To get started with the Aidlab SDK in your Python environment, you can install it using pip. Depending on your Python version, you may use either pip3 (for Python 3.x) or pip (if your default Python version is already 3.x).

pip install AidlabSDK

or

pip3 install AidlabSDK

After installation, you can import and use the Aidlab SDK in your Python projects.