diff --git a/README.md b/README.md index b23d9af3..bcd2c7f1 100644 --- a/README.md +++ b/README.md @@ -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.