Fix gatk_tbz locator.
[arvados.git] / doc / install / client.textile
1 ---
2 layout: default
3 navsection: installguide
4 title: Install client libraries
5 navorder: 5
6 ---
7
8 h1. Install client libraries
9
10 h3. Python
11
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 %}
15
16 Get the arvados source tree.
17
18 <pre>
19 git clone git://git.clinicalfuture.com/arvados.git
20 </pre>
21
22 Build and install the python package.
23
24 <pre>
25 cd arvados/sdk/python
26 sudo python setup.py install
27 </pre>
28
29 Alternatively, build the package (without sudo) using @python setup.py bdist_egg@ and copy the @.egg@ package from @dist/@ to the target system.
30
31 h3. Ruby
32
33 {% include notebox-begin.html %}
34 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@.
35 {% include notebox-end.html %}
36
37 <pre>
38 sudo gem install arvados arvados-cli
39 </pre>