1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-24 02:19:58 -05:00

Update README

Signed-off-by: Shweta Purohit <spurohit@vmware.com>
This commit is contained in:
shweta purohit 2022-10-06 15:37:02 +05:30
parent 235fe36fa1
commit 3775d5ca43
No known key found for this signature in database
GPG Key ID: EBBE6E8B5A693D36

View File

@ -70,7 +70,7 @@ Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements w
```cmd ```cmd
pip install -U <SDK_DIRECTORY_PATH> pip install -U <SDK_DIRECTORY_PATH>
eg:pip install -U /root/vsphere-automation-sdk-python eg:pip install -U /root/vsphere-automation-sdk-python
Or
pip install -U <sdk.zip> pip install -U <sdk.zip>
``` ```