Skip to content

Commit 235fe36

Browse files
committed
Update README for local installation of an SDK
Signed-off-by: Shweta Purohit <[email protected]>
1 parent 5afd727 commit 235fe36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ pip install -U lib/*/*.whl
6868
```
6969
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory
7070
```cmd
71-
pip install -U <SDK_DIRECTORY>
71+
pip install -U <SDK_DIRECTORY_PATH>
72+
eg:pip install -U /root/vsphere-automation-sdk-python
73+
74+
pip install -U <sdk.zip>
7275
```
7376

7477
##### 3. Installation in an air gap environment

0 commit comments

Comments
 (0)