Skip to content

Commit d2c2d22

Browse files
authored
Update README.md
1 parent 22efbcd commit d2c2d22

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,29 @@ install local Python packages, the following steps will take you through this pr
4141
Before you can run the SDK samples we'll need to walk you through the following steps:
4242

4343
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
4746

4847
### Installing the required Python Packages
4948
**Note:** The SDK requires Python v2.7+ (preferably v3.6) to run the setup/samples,
5049
please make sure you have the appropriate version installed before continuing.
5150
If you are on macOS/OSX/Linux, please note that the system installed version of
5251
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.
5352

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/).
5560

5661
```cmd
5762
pip install -r requirements.txt --extra-index-url <file:///abs_path/to/sdk/lib/>
5863
```
5964

65+
**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+
6067
### Setting up a vSphere Test Environment
6168
**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.
6269

0 commit comments

Comments
 (0)