Skip to content

Installation

Observ is published on PyPI and has no dependencies. It supports Python 3.13 and up.

uv add observ
pip install observ
poetry add observ

That's it! Continue with the Quick Start to learn the core concepts.

Optional integrations

Observ itself is framework agnostic. If you want to integrate with a UI event loop, you'll need the corresponding framework installed as well, for example PySide6 or rendercanvas. See Scheduling for details.