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
@@ -54,14 +52,10 @@ Install/Update latest pip from PyPI
54
52
```cmd
55
53
pip install --upgrade pip
56
54
```
57
-
Install/Update setuptools to version 62.0.0 for python version > 3.6
55
+
Install/Update setuptools to version 62.0.0
58
56
```cmd
59
57
pip install --upgrade setuptools==62.0.0
60
58
```
61
-
for older python versions Install/Update setuptools to version 36.2.0
0 commit comments