From 235fe36fa1ff2d40bdb08d6b5894a5a761dad20a Mon Sep 17 00:00:00 2001 From: shweta purohit Date: Thu, 6 Oct 2022 15:29:49 +0530 Subject: [PATCH 1/3] Update README for local installation of an SDK Signed-off-by: Shweta Purohit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 675e5b29..386af01c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,10 @@ pip install -U lib/*/*.whl ``` Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory ```cmd -pip install -U +pip install -U +eg:pip install -U /root/vsphere-automation-sdk-python + +pip install -U ``` ##### 3. Installation in an air gap environment From 3775d5ca435a2ac380692f1fd8cb68989a03ab60 Mon Sep 17 00:00:00 2001 From: shweta purohit Date: Thu, 6 Oct 2022 15:37:02 +0530 Subject: [PATCH 2/3] Update README Signed-off-by: Shweta Purohit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 386af01c..54995018 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements w ```cmd pip install -U eg:pip install -U /root/vsphere-automation-sdk-python - +Or pip install -U ``` From d4a08d0ad5fe63314a964516f266df9a34088f6a Mon Sep 17 00:00:00 2001 From: shweta purohit Date: Thu, 6 Oct 2022 16:16:41 +0530 Subject: [PATCH 3/3] Update README Signed-off-by: Shweta Purohit --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54995018..1f178e00 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,14 @@ pip install -U lib/*/*.whl Install dependencies like *lxml* and *pyvmomi* from PyPI as other requirements were installed from SDK's lib directory ```cmd pip install -U -eg:pip install -U /root/vsphere-automation-sdk-python -Or -pip install -U ``` - +Where is either install directory of the SDK or location of SDK's zip +e.g. +``` +pip install -U /root/vsphere-automation-sdk-python +Or +pip install -U vsphere-automation-sdk-python-8.0.0.0.zip +``` ##### 3. Installation in an air gap environment For this type of environment an additional step is required to ensure SDK's dependencies are available. Following dependencies have to be downloaded from PyPI and transferred to the air gap environment.