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-08 15:01:36 -08:00 committed by GitHub
parent d78b4baf0e
commit 3778c38493

View File

@ -27,7 +27,11 @@ 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 examples 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, 3.3, 3.4 and 3.5. (TODO: verify 3.6)
## Supported vSphere Releases:
vSphere 6.0 and 6.5.
Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Plesae refer to notes in each sample for detailed compatibility information.
## Quick Start Guide
This document will walk you through getting up and running with the Python SDK Samples.