Skip to content

Commit a5ef74d

Browse files
authored
Update local installation of an SDK in README
Merge pull request #338 from shwetapurohit/master
2 parents f3b4adf + d4a08d0 commit a5ef74d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,15 @@ pip install -U lib/*/*.whl
7070
```
7171
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory.
7272
```cmd
73-
pip install -U <SDK_DIRECTORY>
73+
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
7481
```
75-
7682
##### 3. Installation in an air gap environment
7783
For this type of environment an additional step is required to ensure SDK's dependencies are available.
7884
Following dependencies have to be downloaded from PyPI and transferred to the air gap environment.

0 commit comments

Comments
 (0)