Installation
The current rtd-sensor release supports Python 3.11 and later and has no
runtime dependencies.
Changed in: rtd-sensor 0.6.1 — the supported Python floor was expanded to Python 3.11.
Install with pip
Inside the Python environment where you want to use the package:
Confirm the installation:
Expected result:
Add it to a uv project
This records rtd-sensor as a project dependency using uv's normal dependency
workflow.
Distribution name versus import name
Python packaging uses two spellings:
So this is correct:
and this is not:
Verify your Python version
If your system uses python3, use that command instead. A Python version older
than 3.11 is outside the supported package range.
Development versions versus released versions
For normal use, install the released package from PyPI. Repository development setup, test matrices, and release tooling are engineering concerns documented in the project repository rather than requirements for package users.