File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,18 +65,13 @@ pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-pytho
6565##### 2. Local installation
6666Local installation can be used in an environment which either do not have Github access or users do not want to install from Github repository.
6767
68- Install all the wheel files from SDK's lib directory.
69- ``` cmd
70- pip install -U lib/*/*.whl
71- ```
72- Install dependencies like * lxml* and * pyvmomi* from PyPI as other requirements were installed from SDK's lib directory.
7368``` cmd
7469pip install -U <SDK_DIRECTORY_PATH>
7570```
7671Where <SDK_DIRECTORY_PATH> is either install directory of the SDK or location of SDK's zip
7772e.g.
7873```
79- pip install -U /root/ vsphere-automation-sdk-python
74+ pip install -U vsphere-automation-sdk-python
8075Or
8176pip install -U vsphere-automation-sdk-python-8.0.0.0.zip
8277```
You can’t perform that action at this time.
0 commit comments