Update VMware library installation docs (#71219)
Depending upon OS/distro, please use pip/pip3.
This commit is contained in:
parent
c2985c491b
commit
ddfc648d37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue