explain -q flag for env-setup

See https://github.com/ansible/ansible/issues/10109
pull/10111/head
William Jimenez 11 years ago
parent 418e24cc6c
commit 36e0e1ef26

@ -111,6 +111,10 @@ To install from source.
$ cd ./ansible
$ source ./hacking/env-setup
If you want to suppress spurious warnings/errors, use:
$ source ./hacking/env-setup -q
If you don't have pip installed in your version of Python, install pip::
$ sudo easy_install pip

Loading…
Cancel
Save