18799: Make schema docstring more specific about how to select object keys
[arvados.git] / doc / sdk / python / sdk-python.html.textile.liquid
index 9494655325a14e1fd583772c347830efee2aa88c..46393069220f6fe3be82954bdba9ad9f147c70d9 100644 (file)
@@ -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.