From f766ad93fa7df2e1fb548451c70153fac8912bff Mon Sep 17 00:00:00 2001 From: Cody De Arkland Date: Fri, 24 May 2019 01:14:02 -0700 Subject: [PATCH] correcting install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd39d0..234bdc9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This kit was primarily designed by VMware employees however is not a VMware proj Clone this repository and install leveraging the setup.py file. ```bash -python setup.py install +python3 setup.py install ``` Once installation is complete, Import the appropriate modules/libraries in order to begin interacting with the platform. Example import statement is below