From ddfc648d37f12677935b606151d3be42bcb7d4d7 Mon Sep 17 00:00:00 2001 From: jakelevinez <31458570+jakelevinez@users.noreply.github.com> Date: Tue, 27 Apr 2021 05:49:03 -0400 Subject: [PATCH] Update VMware library installation docs (#71219) Depending upon OS/distro, please use pip/pip3. --- .../rst/scenario_guides/vmware_scenarios/vmware_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst b/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst index 1f6a0f0fd60..a2458002678 100644 --- a/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst +++ b/docs/docsite/rst/scenario_guides/vmware_scenarios/vmware_intro.rst @@ -18,7 +18,7 @@ Requirements Ansible VMware modules are written on top of `pyVmomi `_. pyVmomi is the Python SDK for the VMware vSphere API that allows user to manage ESX, ESXi, -and vCenter infrastructure. You can install pyVmomi using pip: +and vCenter infrastructure. You can install pyVmomi using pip (you may need to use pip3, depending on your OS/distro): .. code-block:: bash