mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 09:19:59 -05:00
Update air-gap installation steps in README. (#387)
Signed-off-by: Ankit Agrawal <aagrawal3@vmware.com>
This commit is contained in:
parent
07df9a3325
commit
3a1023dc6a
@ -95,7 +95,7 @@ unzip lib.zip
|
||||
```
|
||||
Install all the dependencies and packages.
|
||||
```cmd
|
||||
pip install -U lib/*/*.whl
|
||||
pip install -U lib/**/*.whl
|
||||
```
|
||||
This is to install the "vSphere-Automation-SDK" which provides an SDK version. It also ensures that all the SDK requirements are installed. If not, the installation will fail.
|
||||
```cmd
|
||||
|
Loading…
Reference in New Issue
Block a user