1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Update README.md

This commit is contained in:
Tianhao He 2018-06-16 16:28:28 +08:00 committed by GitHub
parent 8957cfad5e
commit c6d34275ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,15 @@ A Python virtual environment is also highly recommended.
```cmd
git clone https://github.com/vmware/vsphere-automation-sdk-python.git
cd vsphere-automation-sdk-python
```
* Linux/Mac:
```cmd
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file://`pwd`/lib
```
* Windows:
```cmd
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file:\\%CD%\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
### Connect to a vCenter Server