From 3a1023dc6a9d776f006d41d447579bfd17781210 Mon Sep 17 00:00:00 2001 From: Ankit Agrawal Date: Tue, 20 Jun 2023 12:20:49 +0530 Subject: [PATCH] Update air-gap installation steps in README. (#387) Signed-off-by: Ankit Agrawal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0d1fd4..9423c71d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ unzip lib.zip ``` Install all the dependencies and packages. ```cmd -pip install -U lib/*/*.whl +pip install -U lib/**/*.whl ``` This is to install the "vSphere-Automation-SDK" which provides an SDK version. It also ensures that all the SDK requirements are installed. If not, the installation will fail. ```cmd