15759: Merge branch 'master' into 15759-deploy-crunch-run
[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 and Bundler":../../install/ruby.html
18 # "Install the Python SDK":../python/sdk-python.html
19
20 h2. Install from RubyGems
21
22 <notextile>
23 <pre>
24 ~$ <code class="userinput">sudo -i gem install arvados-cli</code>
25 </pre>
26 </notextile>