From e04fd0eaf102dd11ed9b00b826527967a2449286 Mon Sep 17 00:00:00 2001 From: shweta purohit Date: Mon, 3 Oct 2022 14:14:22 +0530 Subject: [PATCH] Update README with correct gitub url Signed-off-by: Shweta Purohit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a8c629..675e5b29 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ pip install --upgrade pip setuptools ``` Install SDK packages from Github. ```cmd -pip install --upgrade git+https://gitlab.eng.vmware.com/vapi-sdk/vsphere-automation-sdk-python.git +pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git ``` ##### 2. Local installation