From bc98ebf29f4eadb925bcfbd38881c6b34573e38b Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Fri, 2 Oct 2020 15:34:44 -0400 Subject: [PATCH] installation docs - add tip pointing to pip docs (#71741) --- .../docsite/rst/installation_guide/intro_installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index eca7a92a6e3..fec9497263e 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -308,6 +308,14 @@ Then install Ansible [1]_:: $ python -m pip install --user ansible + +.. tip:: + + If this is your first time installing packages with pip, you may need to perform some additional configuration before you are able to run + Ansible. See the Python documentation on `installing to the user site`_ for more information. + +.. _installing to the user site: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site + In order to use the ``paramiko`` connection plugin or modules that require ``paramiko``, install the required module [2]_:: $ python -m pip install --user paramiko