1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #10111 from wjimenez5271/patch-2

explain -q flag for env-setup
This commit is contained in:
Toshio Kuratomi 2015-01-27 15:43:21 -08:00
commit 23a2e52cb7

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