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:
commit
23a2e52cb7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue