explain -q flag for env-setup

See https://github.com/ansible/ansible/issues/10109
This commit is contained in:
William Jimenez 2015-01-27 12:56:21 -08:00
parent 418e24cc6c
commit 36e0e1ef26

View file

@ -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