[ARVADOS] updated: 1.3.0-890-gb5981f4b2

Git user git at public.curoverse.com
Fri May 17 15:56:02 UTC 2019


Summary of changes:
 doc/sdk/python/sdk-python.html.textile.liquid | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

       via  b5981f4b2f02fee40a3f21c9f161ddbaa78e499c (commit)
      from  d8622da3183d2028b052e5c622635b96b6d4aa23 (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 b5981f4b2f02fee40a3f21c9f161ddbaa78e499c
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri May 17 11:55:31 2019 -0400

    Update the note about supported Python versions for Arv SDK.
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid
index be824399a..9c0ec475b 100644
--- a/doc/sdk/python/sdk-python.html.textile.liquid
+++ b/doc/sdk/python/sdk-python.html.textile.liquid
@@ -18,17 +18,15 @@ If you are logged in to an Arvados VM, the Python SDK should be installed.
 
 To use the Python SDK elsewhere, you can install from PyPI or a distribution package.
 
-{% include 'notebox_begin' %}
-The Python SDK requires Python 2.7.
-{% include 'notebox_end' %}
+The Python SDK supports Python 2.7 and 3.4+
 
 h3. Option 1: Install with pip
 
 This installation method is recommended to make the SDK available for use in your own Python programs. It can coexist with the system-wide installation method from a distribution package (option 2, below).
 
-Run @pip-2.7 install arvados-python-client@ in an appropriate installation environment, such as a virtualenv.
+Run @pip install arvados-python-client@ in an appropriate installation environment, such as a virtualenv.
 
-If your version of @pip@ is 1.4 or newer, the @pip install@ command might give an error: "Could not find a version that satisfies the requirement arvados-python-client". If this happens, try @pip-2.7 install --pre arvados-python-client at .
+If your version of @pip@ is 1.4 or newer, the @pip install@ command might give an error: "Could not find a version that satisfies the requirement arvados-python-client". If this happens, try @pip install --pre arvados-python-client at .
 
 h3. Option 2: Install from a distribution package
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list