Installation

Install from Package Managers

Tower CLI is available as a package on PyPI.

The preferred way to install is through pip:

$ pip install ansible-tower-cli

Build from Source

ansible-tower-cli may also be consumed and built directly from source.

$ git clone https://github.com/ansible/tower-cli.git

Then, inside tower_cli directory, run

$ make install

and follow the instructions.

If you are not familiar with ansible-tower-cli’s dependency tree, we suggested building source in a fresh virtual environment to prevent any dependency conflict.