Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / doc / sdk / cli / install.html.textile.liquid
1 ---
2 layout: default
3 navsection: sdk
4 navmenu: CLI
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 Debian 10 this is:
21
22 <pre>
23 $ apt-get install build-essential libcurl4-openssl-dev
24 </pre>
25
26 h2. Install from RubyGems
27
28 <notextile>
29 <pre>
30 # <code class="userinput">gem install arvados-cli</code>
31 </pre>
32 </notextile>