X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f02f9915ecccc36bc13ad7ae34567be26e55a339..38e6bfb62552b6bedebe4fdf505f89ecdb5e4287:/doc/sdk/python/sdk-python.html.textile.liquid diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid index 0b0f77d377..2b86261ccc 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -2,9 +2,13 @@ layout: default navsection: sdk navmenu: Python -title: "Python SDK" - +title: "Installation" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} The Python SDK provides access from Python to the Arvados API and Keep. It also includes a number of command line tools for using and administering Arvados and Keep, and some conveniences for use in Crunch scripts; see "Crunch utility libraries":crunch-utility-libraries.html for details. @@ -25,14 +29,7 @@ First, "add the appropriate package repository for your distribution":{{ site.ba {% assign rh_version = "6" %} {% include 'note_python_sc' %} -On CentOS 6 and RHEL 6: - - -
~$ sudo yum install python27-python-arvados-python-client
-
-
- -On other Red Hat-based systems: +On Red Hat-based systems:
~$ sudo yum install python-arvados-python-client