Python SDK — install
Stratix Python SDK installation.
Last updated
Was this helpful?
Stratix Python SDK installation.
Python 3.8+
pip
pip install layerlens --extra-index-url https://sdk.layerlens.ai/packageIndex URL availability. The LayerLens package index at https://sdk.layerlens.ai/package is the authoritative source. If you receive a network error (DNS, 404, TLS), check the release notes for any maintenance notice and try the PyPI mirror as a fallback (pip install layerlens --extra-index-url https://sdk.layerlens.ai/package without --extra-index-url) — the public-PyPI version may lag the LayerLens index by 1-2 days.
import layerlens
print(layerlens.__version__)httpx
pydantic
requests (file uploads)
Last updated
Was this helpful?
Was this helpful?
pip install --upgrade layerlens --extra-index-url https://sdk.layerlens.ai/package