From 145786b88fec3c0f59335d7dd683c1017a1fe626 Mon Sep 17 00:00:00 2001 From: bhagatp10 <135947173+bhagatp10@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:25:42 +0530 Subject: [PATCH] Adding a wheel files installation in lib directory on Windows system (#431) Signed-off-by: Prajwal Bhagat Co-authored-by: Prajwal Bhagat --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index df9caa7d..32aa59b4 100644 --- a/README.md +++ b/README.md @@ -65,18 +65,13 @@ pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-pytho ##### 2. Local installation Local installation can be used in an environment which either do not have Github access or users do not want to install from Github repository. -Install all the wheel files from SDK's lib directory. -```cmd -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 ``` Where is either install directory of the SDK or location of SDK's zip e.g. ``` -pip install -U /root/vsphere-automation-sdk-python +pip install -U vsphere-automation-sdk-python Or pip install -U vsphere-automation-sdk-python-8.0.0.0.zip ```