Merge pull request #10111 from wjimenez5271/patch-2

explain -q flag for env-setup
pull/10117/head
Toshio Kuratomi 11 years ago
commit 23a2e52cb7

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