Commit 36e0e1ef by William Jimenez

explain -q flag for env-setup

See https://github.com/ansible/ansible/issues/10109
parent 418e24cc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment