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

Update README.md

This commit is contained in:
Tianhao He 2017-02-03 15:57:40 -08:00 committed by GitHub
parent 7e75730fc5
commit 35d37ce7a2

View File

@ -49,7 +49,9 @@ Python may be outdated and/or not be intended for development and we recommended
The required packages are listed in the requirements.txt file and installed using "pip install"; For more details on how to install python packages using pip please refer to the [pip user guide](http://pip.readthedocs.io/en/latest/user_guide/).
pip install -r requirements.txt
```cmd
pip install -r requirements.txt
```
### Setting up a vSphere Test Environment
**NOTE:** The samples are intended to be run against a freshly installed **non-Production** vSphere setup as the scripts may make changes to the test environment and in some cases can destroy items when needed.