From ec67bc6d996296a8f849aaa04dbe6f9bd02ff9c4 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:04:11 -0500 Subject: [PATCH] mention pypi & pip --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6a46302..1e4d709 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ After enabling the OSG repositories, do this as root to install it: yum install htgettoken ``` +Alternatively, it can be installed from +[pypi](https://pypi.org/project/htgettoken/) +with `pip install htgettoken`. + htgettoken and Vault are also integrated with [HTCondor](https://htcondor.readthedocs.io/en/latest/admin-manual/file-and-cred-transfer.html#using-vault-as-the-oauth-client). It is available in HTCondor versions 9.0.6 and later.