X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/39cb61dfbcbeca5ff2d79ea9e9329beb6a4e489a..6a202a2765bdbac5062fd34231804527edfb6a14:/doc/install/client.html.textile.liquid diff --git a/doc/install/client.html.textile.liquid b/doc/install/client.html.textile.liquid index 2c3b6eb48e..c2fc966467 100644 --- a/doc/install/client.html.textile.liquid +++ b/doc/install/client.html.textile.liquid @@ -5,46 +5,5 @@ title: Install client libraries ... - - -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
-
-h3. Perl
-
-{% include 'notebox_begin' %}
-The Perl client library includes the @Arvados.pm@ module and submodules.
-{% include 'notebox_end' %}
-
-$ cd arvados/sdk/perl
-$ perl Makefile.PL
-$ sudo make install
-
-