1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Update README for local installation of an SDK

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

View File

@ -68,7 +68,10 @@ pip install -U lib/*/*.whl
```
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory
```cmd
pip install -U <SDK_DIRECTORY>
pip install -U <SDK_DIRECTORY_PATH>
eg:pip install -U /root/vsphere-automation-sdk-python
pip install -U <sdk.zip>
```
##### 3. Installation in an air gap environment