From 6cf1026da2fae892ac3af9bbe00fdf3c495ba529 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Mon, 30 Jul 2018 12:11:02 -0700 Subject: [PATCH] Update install cmd description. We asked user to use `pwd` to locate the current folder in mac and linux. But different shell interpreted the cmd differently and thus confuse people sometimes. Replace it with to make it clear and avoid confusion. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 198e56f7..ac4f2438 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,9 @@ 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:////lib ``` -* 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:///absolute_dir_to_sdk/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