X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ad6191d53207a8b2d4c0c8a30b18119daaa5fbc..ff31ac17e296f6a35e1d96f31af8061f7102c797:/sdk/python/README.rst diff --git a/sdk/python/README.rst b/sdk/python/README.rst index e40866c624..b5883a4ab7 100644 --- a/sdk/python/README.rst +++ b/sdk/python/README.rst @@ -46,24 +46,43 @@ You can test the change by running:: arv-get --version -Installing on Debian systems -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -1. Add this Arvados repository to your sources list:: - - deb http://apt.arvados.org/ buster main - -2. Update your package list. - -3. Install the ``python3-arvados-python-client`` package. +Installing on Debian and Ubuntu systems +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Arvados publishes packages for Debian 11 "bullseye," Debian 12 "bookworm," Ubuntu 20.04 "focal," and Ubuntu 22.04 "jammy." You can install the Python SDK package on any of these distributions by running the following commands:: + + sudo install -d /etc/apt/keyrings + sudo curl -fsSL -o /etc/apt/keyrings/arvados.asc https://apt.arvados.org/pubkey.gpg + sudo tee /etc/apt/sources.list.d/arvados.sources >/dev/null </dev/null <`_ describes how to find this information in the Arvados Workbench, and install it