1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 18:47:28 +01:00
Files
Evgeni Golov 90e330c8bb add hacking/env-setup to run tower-cli from a checkout
heavily based on hacking/env-setup of ansible itself :)
2016-10-07 14:50:33 +02:00
..

'Hacking' directory tools

Env-setup

The 'env-setup' script modifies your environment to allow you to run tower-cli from a git checkout using python 2.6+.

First, set up your environment to run from the checkout:

$ source ./hacking/env-setup

You will need some basic prerequisites installed. If you do not already have them and do not wish to install them from your operating system package manager, you can install them from pip

$ easy_install pip               # if pip is not already available
$ pip install -r requirements.txt

From there, follow tower-cli instructions on docs.ansible.com as normal.