Merge branch '21933-deps-upgrade'
[arvados.git] / doc / sdk / cli / install.html.textile.liquid
1 ---
2 layout: default
3 navsection: sdk
4 navmenu: Command line tools (CLI SDK)
5 title: "Installation"
6 ...
7 {% comment %}
8 Copyright (C) The Arvados Authors. All rights reserved.
9
10 SPDX-License-Identifier: CC-BY-SA-3.0
11 {% endcomment %}
12
13 Arvados CLI tools are written in Ruby and Python.  To use the @arv@ command, you can either install the @arvados-cli@ gem via RubyGems or build and install the package from source.  The @arv@ command also relies on other Arvados tools.  To get those, install the @arvados-python-client@ and @arvados-cwl-runner@ packages, either from PyPI or source.
14
15 h2. Prerequisites
16
17 # "Install Ruby":../../install/ruby.html
18 # "Install the Python SDK":../python/sdk-python.html
19
20 The SDK uses @curl@ which depends on the @libcurl@ C library.  To build the module you may have to install additional packages.  On supported versions of Debian and Ubuntu, run:
21
22 <notextile>
23 <pre><code>
24 # <span class="userinput">apt install build-essential libcurl4-openssl-dev
25 </code></pre>
26 </notextile>
27
28 h2. Install from RubyGems
29
30 <notextile>
31 <pre>
32 # <code class="userinput">gem install arvados-cli</code>
33 </pre>
34 </notextile>