1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-24 02:19:58 -05:00

Update README with correct gitub url

Signed-off-by: Shweta Purohit <spurohit@vmware.com>
This commit is contained in:
shweta purohit 2022-10-03 14:14:22 +05:30
parent 83d41bdf61
commit e04fd0eaf1
No known key found for this signature in database
GPG Key ID: EBBE6E8B5A693D36

View File

@ -56,7 +56,7 @@ pip install --upgrade pip setuptools
``` ```
Install SDK packages from Github. Install SDK packages from Github.
```cmd ```cmd
pip install --upgrade git+https://gitlab.eng.vmware.com/vapi-sdk/vsphere-automation-sdk-python.git pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git
``` ```
##### 2. Local installation ##### 2. Local installation