.. _install: ################### Installing DQSEGDB2 ################### .. _conda: ===== Conda ===== The recommended method of installing ``dqsegdb2`` is with `Conda `__ (or `Mamba `__): .. code-block:: bash :name: install-conda :caption: Installing dqsegdb2 with conda conda install -c conda-forge dqsegdb2 .. _debian: ====== Debian ====== .. code-block:: bash :name: install-debian :caption: 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: === Pip === .. code-block:: bash :name: install-pip :caption: Installing dqsegdb2 with Pip python -m pip install dqsegdb2 .. _el: ========================================== RedHat / CentOS / Scientific / Rocky Linux ========================================== .. code-block:: bash :name: install-el :caption: Installing dqsegdb2 with DNF dnf install python3-dqsegdb2 See the IGWN Computing Guide software repositories entries for `Rocky Linux 8 `__ or `Rocky Linux 9 `__ for instructions on how to configure the required IGWN RPM repositories.