You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Please refer to the notes in each sample for detailed compatibility information.
25
+
Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Please refer to the notes in each sample for detailed compatibility information.
We recommend you to install latest [Python](http://docs.python-guide.org/en/latest/starting/installation/) and
38
-
[pip](https://pypi.python.org/pypi/pip/) on your system.
37
+
We recommend you to install latest [Python](http://docs.python-guide.org/en/latest/starting/installation/) and [pip](https://pypi.python.org/pypi/pip/) on your system.
39
38
40
39
A Python virtual environment is also highly recommended.
41
-
*[Install a virtual env for Python 2](https://virtualenv.pypa.io/en/stable/)
42
40
*[Install a virtual env for Python 3](https://docs.python.org/3/tutorial/venv.html)
43
41
44
42
### Installing Required Python Packages
45
-
SDK package installation commands may differ depending on the environment where it is being installed. The three installation options provided below are for different environments.
43
+
SDK package installation commands may differ depending on the environment where it is being installed. The three installation options provided below are for different environments.
46
44
*pip* and *setuptools* are common requirements for these installation types, upgrade to the latest *pip* and *setuptools*.
47
45
48
46
**NOTE:** The SDK also requires OpenSSL 1.0.1+ in order to support TLS1.1 & 1.2
49
47
50
48
##### 1. Typical Installation
51
49
This is the recommended way to install the SDK. The installation is done from [PyPI](https://pypi.org/) and [Automation SDK Python Github](https://github.com/vmware/vsphere-automation-sdk-python) repositories.
0 commit comments