Getting started¶
Requirements¶
aio-ld2410 requires Python ≥ 3.9.
Use the most recent Python release
For each minor version (3.x), only the latest bugfix or security release (3.x.y) is officially supported.
Runtime dependencies are documented on a separate pages.
Installation¶
This installs a package that then be imported from Python (import aio_ld2410).
From PyPi¶
aio-ld2410 can be installed from PyPi:
ptyhon -m pip install aio-ld2410
The wheel package is generic and should work on most platforms.
From source¶
The following command pulls the github repository, builds and installs locally:
python -m pip install git+https://github.com/morian/aio-ld2410/