Merge branch '15318-ReqIds-on-api-errors'
[arvados.git] / doc / sdk / cli / install.html.textile.liquid
index cf6432da5067e442f5f55a3e219a067161c2df26..e72dc673a44d32571741cb4debffe13abb9c0aa5 100644 (file)
@@ -3,10 +3,14 @@ layout: default
 navsection: sdk
 navmenu: CLI
 title: "Installation"
-
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
-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, you can either install the @arvados-python-client@ and @arvados-cwl-runner@ from PyPI or install the packages from source.
+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.
 
 h3. Prerequisites: Ruby, Bundler, and curl libraries