diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 904fdd43a6..59dfea2281 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -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