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
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,22 +41,29 @@ install local Python packages, the following steps will take you through this pr
41
41
Before you can run the SDK samples we'll need to walk you through the following steps:
42
42
43
43
1. Installing the required Python packages
44
-
2. Installing SDK provided packages
45
-
3. Setting up a vSphere test environment
46
-
4. Running SDK Samples setup script
44
+
2. Setting up a vSphere test environment
45
+
3. Running SDK Samples setup script
47
46
48
47
### Installing the required Python Packages
49
48
**Note:** The SDK requires Python v2.7+ (preferably v3.6) to run the setup/samples,
50
49
please make sure you have the appropriate version installed before continuing.
51
50
If you are on macOS/OSX/Linux, please note that the system installed version of
52
51
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.
53
52
54
-
The required packages are listed in the requirements.txt file and installed using "pip install"; For more details on how to install python packages using pip please refer to the [pip user guide](http://pip.readthedocs.io/en/latest/user_guide/).
53
+
The required packages are:
54
+
55
+
* pyVmomi
56
+
* suds (suds-jurko for python3+)
57
+
* vapi-client-bindings
58
+
59
+
These dependencies are listed in the requirements.txt file and installed using "pip install"; For more details on how to install python packages using pip please refer to the [pip user guide](http://pip.readthedocs.io/en/latest/user_guide/).
**NOTE:** The SDK also requires OpenSSL 1.0.1+ if you want to connect to vSphere 6.5+ in order to support TLS1.1 & 1.2
66
+
60
67
### Setting up a vSphere Test Environment
61
68
**NOTE:** The samples are intended to be run against a freshly installed **non-Production** vSphere setup as the scripts may make changes to the test environment and in some cases can destroy items when needed.
0 commit comments