Installing DQSEGDB2

Conda

The recommended method of installing dqsegdb2 is with Conda (or Mamba):

Installing dqsegdb2 with conda
conda install -c conda-forge dqsegdb2

Debian

Installing dqsegdb2 with Apt
apt-get install python3-dqsegdb2

See the IGWN Computing Guide software repositories entry for Debian for instructions on how to configure the required IGWN Debian repositories.

Pip

Installing dqsegdb2 with Pip
python -m pip install dqsegdb2

RedHat / CentOS / Scientific / Rocky Linux

Installing dqsegdb2 with DNF
dnf install python3-dqsegdb2

See the IGWN Computing Guide software repositories entries for Scientific Linux 7 or Rocky Linux 8 for instructions on how to configure the required IGWN Yum repositories.