From: Brett Smith Date: Fri, 31 May 2024 03:13:57 +0000 (-0400) Subject: 21388: Add rpm instructions to Python READMEs X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/ff31ac17e296f6a35e1d96f31af8061f7102c797 21388: Add rpm instructions to Python READMEs Arvados-DCO-1.1-Signed-off-by: Brett Smith --- diff --git a/sdk/python/README.rst b/sdk/python/README.rst index bf00834b68..b5883a4ab7 100644 --- a/sdk/python/README.rst +++ b/sdk/python/README.rst @@ -63,6 +63,20 @@ Arvados publishes packages for Debian 11 "bullseye," Debian 12 "bookworm," Ubunt sudo apt update sudo apt install python3-arvados-python-client +Installing on AlmaLinux, CentOS, RHEL, and Rocky Linux +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Arvados publishes packages for RHEL 8 and distributions based on it. Note that these packages depend on, and will automatically enable, the Python 3.9 module. You can install the Python SDK package on any of these distributions by running the following commands:: + + sudo tee /etc/yum.repos.d/arvados.repo >/dev/null </dev/null <