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:
parent
cdbd0b654f
commit
81342e201f
7
lab.md
7
lab.md
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user