File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -43,28 +43,11 @@ A Python virtual environment is also highly recommended.
43
43
44
44
### Installing Required Python Packages
45
45
46
- See example below for specifying the --extra-index-url parameter .
46
+ Be sure to upgrade to the latest pip and setuptools .
47
47
48
48
``` cmd
49
- git clone https://github.com/vmware/vsphere-automation-sdk-python.git
50
- cd vsphere-automation-sdk-python
51
- pip install --upgrade -r requirements.txt --extra-index-url file:///<absolute_path_to_sdk>/lib
52
- ```
53
-
54
- Example pip install command on Mac OSX.
55
-
56
- * NOTE* : Be sure to change username "strefethen" to your username:
57
-
58
- ``` cmd
59
- pip install --upgrade -r requirements.txt --extra-index-url file:///Users/strefethen/github/vsphere-automation-sdk-python/lib
60
- or
61
- pip install --upgrade -r requirements.txt --extra-index-url file://$PWD/lib
62
- ```
63
-
64
- Example pip install command on Windows.
65
-
66
- ``` cmd
67
- pip install --upgrade -r requirements.txt --extra-index-url file:\\\C:\Users\strefethen\github\vsphere-automation-sdk-python\lib
49
+ pip install --upgrade pip setuptools
50
+ pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git
68
51
```
69
52
70
53
** 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
You can’t perform that action at this time.
0 commit comments