Skip to content

Commit

Permalink
Update VMware library installation docs (ansible#71219)
Browse files Browse the repository at this point in the history
Depending upon OS/distro, please use pip/pip3.
  • Loading branch information
jakelevinez committed Apr 27, 2021
1 parent c2985c4 commit ddfc648
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit ddfc648

Please sign in to comment.