Install the CLI

The Tapis CLI is available as a Python package. We highly recommend using Python 3.7+ as the Python runtime behind the Tapis CLI. We support Python 2.7 for legacy applications, but on a best-effort basis as Python 2.7 is a deprecated language.

Install with Pip

$ pip install tapis-cli

Install from Source

$ git clone https://github.com/TACC-Cloud/tapis-cli-ng.git
$ cd tapis-cli-ng/
$ pip install --upgrade --user .

Run in a Container

$ docker run --rm -it -v ${PWD}:/work -v ${HOME}/.agave:/root/.agave \
      tacc/tapis-cli-ng:latest /bin/bash