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:
parent
5afd727982
commit
235fe36fa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user