From ba4963be35b775ee01e5b363d16b6931ebe0d3f0 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Thu, 19 Apr 2018 11:02:36 -0700 Subject: [PATCH] Fix install cmd. Remove extra '/' in the install cmd. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7685a39..a7597547 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ 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 -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