From aabd5fc179249ccd76e1a4d2a6a204c5b7632c5d Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 2 Feb 2023 16:01:31 -0500 Subject: [PATCH] 19926: Remove "option 1/2" remnants from the Python SDK install docs Arvados-DCO-1.1-Signed-off-by: Brett Smith --- doc/sdk/python/sdk-python.html.textile.liquid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid index 9494655325..4639306922 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -22,9 +22,9 @@ To use the Python SDK elsewhere, you can install it "from an Arvados distributio As of Arvados 2.2, the Python SDK requires Python 3.6+. The last version to support Python 2.7 is Arvados 2.0.4. {% include 'notebox_end' %} -h2(#package-install). Option 1: Install from a distribution package +h2(#package-install). Install from a distribution package -This installation method is recommended to make the CLI tools available system-wide. It can coexist with the installation method described in option 2, below. +This installation method is recommended to make the CLI tools available system-wide. It can coexist with the pip installation method described below. First, configure the "Arvados package repositories":../../install/packages.html @@ -65,7 +65,7 @@ Type "help", "copyright", "credits" or "license" for more information. After you have successfully tested your installation, proceed to the the "API client overview":api-client.html and "cookbook":cookbook.html to learn how to use the SDK. -h2(#pip-install). Option 2: Install with pip +h2(#pip-install). Install from PyPI with pip This installation method is recommended to use the SDK in your own Python programs. If installed into a @virtualenv@, it can coexist with the system-wide installation method from a distribution package. -- 2.39.5