X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..08297c0769ab936d55ae37a216ec65d66cbd06e1:/doc/sdk/cli/install.html.textile.liquid diff --git a/doc/sdk/cli/install.html.textile.liquid b/doc/sdk/cli/install.html.textile.liquid index e72dc673a4..e0d50b874b 100644 --- a/doc/sdk/cli/install.html.textile.liquid +++ b/doc/sdk/cli/install.html.textile.liquid @@ -1,7 +1,7 @@ --- layout: default navsection: sdk -navmenu: CLI +navmenu: Command line tools (CLI SDK) title: "Installation" ... {% comment %} @@ -12,43 +12,21 @@ SPDX-License-Identifier: CC-BY-SA-3.0 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 +h2. Prerequisites -{% include 'install_ruby_and_bundler' %} +# "Install Ruby":../../install/ruby.html +# "Install the Python SDK":../python/sdk-python.html -Install curl libraries with your system's package manager. For example, on Debian or Ubuntu: +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: - -
-~$ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
-
-
- -h3. Option 1: Install from RubyGems and PyPI - -
-~$ sudo -i gem install arvados-cli
+$ apt-get install build-essential libcurl4-openssl-dev
 
-
- - -
-~$ pip install arvados-python-client arvados-cwl-runner
-
-
-h3. Option 2: Build and install from source +h2. Install from RubyGems
-~$ git clone https://github.com/curoverse/arvados.git
-~$ cd arvados/sdk/cli
-~/arvados/sdk/cli$ gem build arvados-cli.gemspec
-~/arvados/sdk/cli$ sudo -i gem install arvados-cli-*.gem
-~/arvados/sdk/cli$ cd ../python
-~/arvados/sdk/python$ python setup.py install
-~/arvados/sdk/python$ cd ../cwl
-~/arvados/sdk/cwl$ python setup.py install
+# gem install arvados-cli