From de4d6cb4a482d07fbeb2c73366e6717441a26e17 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 15 Jul 2016 14:26:45 -0400 Subject: [PATCH] 9369: Copyedit CLI SDK install guide. --- doc/sdk/cli/install.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sdk/cli/install.html.textile.liquid b/doc/sdk/cli/install.html.textile.liquid index cf6432da50..8cde514f68 100644 --- a/doc/sdk/cli/install.html.textile.liquid +++ b/doc/sdk/cli/install.html.textile.liquid @@ -6,7 +6,7 @@ title: "Installation" ... -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 -- 2.30.2