From 235fe36fa1ff2d40bdb08d6b5894a5a761dad20a Mon Sep 17 00:00:00 2001 From: shweta purohit Date: Thu, 6 Oct 2022 15:29:49 +0530 Subject: [PATCH] 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