X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/18258f6a3762ba7d83b05260b3c22f71423c0373..3f43717bcb6ba3602275a7109863642f7a75c8c7:/doc/install/client.html.textile.liquid diff --git a/doc/install/client.html.textile.liquid b/doc/install/client.html.textile.liquid index f8d864af45..c2fc966467 100644 --- a/doc/install/client.html.textile.liquid +++ b/doc/install/client.html.textile.liquid @@ -5,32 +5,5 @@ title: Install client libraries ... -h1. Install client libraries +The "SDK Reference":{{site.baseurl}}/sdk/index.html page has installation instructions for each of the SDKs. -h3. Python - -{% include 'notebox_begin' %} -The Python package includes the Python API client library module and the CLI utilities @arv-get@ and @arv-put@. -{% include 'notebox_end' %} - -Get the arvados source tree. - -notextile.
$ git clone https://github.com/curoverse/arvados.git
-
-Build and install the python package.
-
-$ cd arvados/sdk/python
-$ sudo python setup.py install
-
-$ sudo gem install arvados arvados-cli