From c6d34275baba059fc66a597803032ee6edeec881 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Sat, 16 Jun 2018 16:28:28 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2606a8..936ec678 100644 --- a/README.md +++ b/README.md @@ -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