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

Update README.md

This commit is contained in:
Tianhao He 2017-02-15 16:12:32 -08:00 committed by GitHub
parent b25c66ee46
commit 9ef07ac9c1

View File

@ -27,7 +27,7 @@ This document describes the vSphere Automation Python SDK samples that use the v
python client library. Additionally, some of the samples demonstrate the combined use of the
vSphere Automation and vSphere APIs. To support this combined use, the vSphere Automation Python SDK
samples require the vSphere Management SDK packages (pyVmomi) to be installed on the client.
The samples have been developed to work with python 2.7, 3.3, 3.4 and 3.5. (TODO: verify 3.6)
The samples have been developed to work with python 2.7.* and 3.3+
## Supported vCenter Releases:
vCenter 6.0 and 6.5.
@ -46,7 +46,7 @@ Before you can run the SDK samples we'll need to walk you through the following
4. Running SDK Samples setup script
### Installing the required Python Packages
**Note:** The SDK requires Python v2.7+ (preferably v3.5) to run the setup/samples,
**Note:** The SDK requires Python v2.7+ (preferably v3.6) to run the setup/samples,
please make sure you have the appropriate version installed before continuing.
If you are on macOS/OSX/Linux, please note that the system installed version of
Python may be outdated and/or not be intended for development and we recommended you [install Python](http://docs.python-guide.org/en/latest/starting/installation/) yourself before installing the required packages. [Virtualenv](https://virtualenv.pypa.io/en/stable/) is also highly recommended.