diff --git a/lab.md b/lab.md index dd37e636..fde3e793 100644 --- a/lab.md +++ b/lab.md @@ -17,7 +17,12 @@ Create and activate a virtual env: | Windows | OSX | |---------|-----| |```py -m venv ```|```python3 -m venv ```| -|```\Scripts\activate```|```source /bin/activate```| + +#### Activate your virtual env: + +| Windows | OSX | +|---------|-----| +```\Scripts\activate```|```source /bin/activate```| ## Clone the github repo The python github repo is located [here](https://github.com/vmware/vsphere-automation-sdk-python)