From 10c3949bff48b5156233fde07b52d778ab269a0a Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Fri, 9 Nov 2018 23:15:01 +0800 Subject: [PATCH] Add pip install cmd example for windows --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c0542f8a..1217e045 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ Example pip install command on Mac OSX. pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file:///Users/strefethen/github/vsphere-automation-sdk-python/lib ``` +Example pip install command on Windows. + +```cmd +pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file:\\\C:\Users\strefethen\github\vsphere-automation-sdk-python\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