We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afd727 commit 235fe36Copy full SHA for 235fe36
README.md
@@ -68,7 +68,10 @@ pip install -U lib/*/*.whl
68
```
69
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory
70
```cmd
71
-pip install -U <SDK_DIRECTORY>
+pip install -U <SDK_DIRECTORY_PATH>
72
+eg:pip install -U /root/vsphere-automation-sdk-python
73
+
74
+pip install -U <sdk.zip>
75
76
77
##### 3. Installation in an air gap environment
0 commit comments