mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 09:19:59 -05:00
Update README
Signed-off-by: Shweta Purohit <spurohit@vmware.com>
This commit is contained in:
parent
3775d5ca43
commit
d4a08d0ad5
11
README.md
11
README.md
@ -69,11 +69,14 @@ pip install -U lib/*/*.whl
|
|||||||
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory
|
Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory
|
||||||
```cmd
|
```cmd
|
||||||
pip install -U <SDK_DIRECTORY_PATH>
|
pip install -U <SDK_DIRECTORY_PATH>
|
||||||
eg:pip install -U /root/vsphere-automation-sdk-python
|
|
||||||
Or
|
|
||||||
pip install -U <sdk.zip>
|
|
||||||
```
|
```
|
||||||
|
Where <SDK_DIRECTORY_PATH> is either install directory of the SDK or location of SDK's zip
|
||||||
|
e.g.
|
||||||
|
```
|
||||||
|
pip install -U /root/vsphere-automation-sdk-python
|
||||||
|
Or
|
||||||
|
pip install -U vsphere-automation-sdk-python-8.0.0.0.zip
|
||||||
|
```
|
||||||
##### 3. Installation in an air gap environment
|
##### 3. Installation in an air gap environment
|
||||||
For this type of environment an additional step is required to ensure SDK's dependencies are available.
|
For this type of environment an additional step is required to ensure SDK's dependencies are available.
|
||||||
Following dependencies have to be downloaded from PyPI and transferred to the air gap environment.
|
Following dependencies have to be downloaded from PyPI and transferred to the air gap environment.
|
||||||
|
Loading…
Reference in New Issue
Block a user