Skip to content

Commit d4a08d0

Browse files
committed
Update README
Signed-off-by: Shweta Purohit <[email protected]>
1 parent 3775d5c commit d4a08d0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ pip install -U lib/*/*.whl
6969
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory
7070
```cmd
7171
pip install -U <SDK_DIRECTORY_PATH>
72-
eg:pip install -U /root/vsphere-automation-sdk-python
72+
```
73+
Where <SDK_DIRECTORY_PATH> is either install directory of the SDK or location of SDK's zip
74+
e.g.
75+
```
76+
pip install -U /root/vsphere-automation-sdk-python
7377
Or
74-
pip install -U <sdk.zip>
78+
pip install -U vsphere-automation-sdk-python-8.0.0.0.zip
7579
```
76-
7780
##### 3. Installation in an air gap environment
7881
For this type of environment an additional step is required to ensure SDK's dependencies are available.
7982
Following dependencies have to be downloaded from PyPI and transferred to the air gap environment.

0 commit comments

Comments
 (0)