3 navsection: installguide
4 title: Install client libraries
8 h1. Install client libraries
12 {% include notebox-begin.html %}
13 The Python package includes the Python API client library module and the CLI utilities @arv-get@ and @arv-put@.
14 {% include notebox-end.html %}
16 Get the arvados source tree.
18 notextile. <pre><code>$ <span class="userinput">git clone https://github.com/curoverse/arvados.git</span></code></pre>
20 Build and install the python package.
23 <pre><code>$ <span class="userinput">cd arvados/sdk/python</span>
24 $ <span class="userinput">sudo python setup.py install</span>
28 Alternatively, build the package (without sudo) using @python setup.py bdist_egg@ and copy the @.egg@ package from @dist/@ to the target system.
32 {% include notebox-begin.html %}
33 The arvados package includes the Ruby client library module. The arvados-cli package includes the CLI utilities @arv@, @arv-run-pipeline-instance@, and @crunch-job@.
34 {% include notebox-end.html %}
36 notextile. <pre><code>$ <span class="userinput">sudo gem install arvados arvados-cli</span></code></pre>