We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3b4adf + d4a08d0 commit a5ef74dCopy full SHA for a5ef74d
1 file changed
README.md
@@ -70,9 +70,15 @@ pip install -U lib/*/*.whl
70
```
71
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory.
72
```cmd
73
-pip install -U <SDK_DIRECTORY>
+pip install -U <SDK_DIRECTORY_PATH>
74
+```
75
+Where <SDK_DIRECTORY_PATH> is either install directory of the SDK or location of SDK's zip
76
+e.g.
77
78
+pip install -U /root/vsphere-automation-sdk-python
79
+Or
80
+pip install -U vsphere-automation-sdk-python-8.0.0.0.zip
81
-
82
##### 3. Installation in an air gap environment
83
For this type of environment an additional step is required to ensure SDK's dependencies are available.
84
Following dependencies have to be downloaded from PyPI and transferred to the air gap environment.
0 commit comments