Update VMware library installation docs (#71219)

Depending upon OS/distro, please use pip/pip3.
This commit is contained in:
jakelevinez 2021-04-27 05:49:03 -04:00 committed by GitHub
parent c2985c491b
commit ddfc648d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ Requirements
Ansible VMware modules are written on top of `pyVmomi <https://github.com/vmware/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