Installing from PyPI#

Constellation is available on PyPI and can be installed via pip with:

pip install ConstellationDAQ

Note

Constellation requires Python 3.11 or newer.

To install optional components of the framework, you can install those by adding them in squared brackets. A recommended installation includes the cli and influx components:

pip install "ConstellationDAQ[cli,influx]"

Note

Currently, only the Python version of the framework is available on PyPI.