X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/78baf73e784e01fb44d1b16aefaf6e295bb4d5b4..3cbe55d440788b0b9b1a9d9e642103929b57e8fd:/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 adbb316c3f..e9b560a965 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -2,11 +2,10 @@ layout: default navsection: sdk navmenu: Python -title: "Python SDK" - +title: "Installation" ... -The Python SDK provides access from Python to the Arvados API and Keep. In 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. +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. h3. Installation @@ -28,27 +27,27 @@ First, "add the appropriate package repository for your distribution":{{ site.ba On CentOS 6 and RHEL 6: -
~$ sudo yum install python27-python-arvados-python-client python27-python-arvados-cwl-runner
+
~$ sudo yum install python27-python-arvados-python-client
 
On other Red Hat-based systems: -
~$ sudo yum install python-arvados-python-client python-arvados-cwl-runner
+
~$ sudo yum install python-arvados-python-client
 
On Debian-based systems: -
~$ sudo apt-get install python-arvados-python-client python-arvados-cwl-runner
+
~$ sudo apt-get install python-arvados-python-client
 
h4. Option 2: Install with pip -Run @pip-2.7 install arvados-python-client arvados-cwl-runner@ in an appropriate installation environment, such as a virtualenv. +Run @pip-2.7 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@. @@ -58,10 +57,8 @@ Install the @python-setuptools@ package from your distribution. Then run the fo
~$ git clone https://github.com/curoverse/arvados.git
-~$ cd ~/arvados/sdk/python
-~$ python2.7 setup.py install
-~$ cd ~/arvados/sdk/cwl
-~$ python2.7 setup.py install
+~$ cd arvados/sdk/python
+~/arvados/sdk/python$ python2.7 setup.py install