Skip to content

Commit 145786b

Browse files
authored
Adding a wheel files installation in lib directory on Windows system (#431)
Signed-off-by: Prajwal Bhagat <prajwal.bhagat@broadcom.com> Co-authored-by: Prajwal Bhagat <prajwal.bhagat@broadcom.com>
1 parent 0e0b932 commit 145786b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,13 @@ pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-pytho
6565
##### 2. Local installation
6666
Local 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
7469
pip install -U <SDK_DIRECTORY_PATH>
7570
```
7671
Where <SDK_DIRECTORY_PATH> is either install directory of the SDK or location of SDK's zip
7772
e.g.
7873
```
79-
pip install -U /root/vsphere-automation-sdk-python
74+
pip install -U vsphere-automation-sdk-python
8075
Or
8176
pip install -U vsphere-automation-sdk-python-8.0.0.0.zip
8277
```

0 commit comments

Comments
 (0)