From 56e21471a8ef4c6f1900740bf5180627ccbe70e7 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Mon, 28 Aug 2017 15:47:35 -0700 Subject: [PATCH] Update lab.md --- lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab.md b/lab.md index 08e0802c..d84cc99e 100644 --- a/lab.md +++ b/lab.md @@ -35,7 +35,7 @@ Or optionally [download](https://github.com/vmware/vsphere-automation-sdk-python ## Install dependencies ```bash -cd vsphere-automation-sdk-python +cd pip install -r requirements.txt ```