Installing IGWN Robot Auth

Install igwn-robot-auth with Conda
conda install -c conda-forge igwn-robot-auth
Install igwn-robot-auth with Apt
apt-get install python3-igwn-robot-auth

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

Install igwn-robot-auth with DNF
dnf install python3-igwn-robot-auth

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.

Install igwn-robot-auth with Pip
python -m pip install igwn-robot-auth

To include support for HTCondor, include the [htcondor] extra:

Install igwn-robot-auth[htcondor] with Pip
python -m pip install igwn-robot-auth[htcondor]