[arvados] updated: 2.5.0-96-gf0cc5e25d

git repository hosting git at public.arvados.org
Thu Feb 2 21:03:16 UTC 2023


Summary of changes:
 doc/sdk/python/sdk-python.html.textile.liquid | 70 +++++++++++++--------------
 1 file changed, 34 insertions(+), 36 deletions(-)

       via  f0cc5e25d9f8b93405994f86f6eb74250622056f (commit)
       via  aabd5fc179249ccd76e1a4d2a6a204c5b7632c5d (commit)
       via  c260a7641679548fbb3623206a9950bb5e0a4dec (commit)
       via  6fa46a69150cf4284988a65794b974c1cea6a46b (commit)
       via  2c7dcc41f760238c940c94e603ce571034ead6db (commit)
      from  fc0445570096282a9f10b2883a6bbd6a30c7aae1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f0cc5e25d9f8b93405994f86f6eb74250622056f
Merge: fc0445570 aabd5fc17
Author: Brett Smith <brett.smith at curii.com>
Date:   Thu Feb 2 16:02:25 2023 -0500

    Merge branch '19926-pysdk-install-docs-fix'
    
    Closes #19926.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>


commit aabd5fc179249ccd76e1a4d2a6a204c5b7632c5d
Author: Brett Smith <brett.smith at curii.com>
Date:   Thu Feb 2 16:01:31 2023 -0500

    19926: Remove "option 1/2" remnants from the Python SDK install docs
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid
index 949465532..463930692 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.
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list