1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 09:39:58 -05:00

Update lab.md

This commit is contained in:
Tianhao He 2017-08-28 15:23:07 -07:00 committed by GitHub
parent cdbd0b654f
commit 81342e201f

7
lab.md
View File

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