Installing from PyPI#

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

pip install ConstellationDAQ

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]

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