Install Python SDK

A Python library for receiving data streams from asMagic iOS App.

Install asmagic Python library

1

Create a virtual environment

python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
2

Install

pip install asmagic

Upgrade to the latest version

pip install -U asmagic

Last updated

Was this helpful?