1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 01:39:58 -05:00

Fix install cmd.

Remove extra '/' in the install cmd.
This commit is contained in:
Tianhao He 2018-04-19 11:02:36 -07:00 committed by GitHub
parent dade22a0ae
commit ba4963be35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ A Python virtual environment is also highly recommended.
```cmd ```cmd
git clone https://github.com/vmware/vsphere-automation-sdk-python.git git clone https://github.com/vmware/vsphere-automation-sdk-python.git
cd vsphere-automation-sdk-python cd vsphere-automation-sdk-python
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file:///`pwd`/lib pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file://`pwd`/lib
``` ```
**NOTE:** The SDK also requires OpenSSL 1.0.1+ if you want to connect to vSphere 6.5+ in order to support TLS1.1 & 1.2 **NOTE:** The SDK also requires OpenSSL 1.0.1+ if you want to connect to vSphere 6.5+ in order to support TLS1.1 & 1.2