Skip to content

Commit 6353848

Browse files
authored
Merge pull request #165 from anusha94/master
updating new installation instructions
2 parents a6e8fa8 + ecda276 commit 6353848

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,11 @@ A Python virtual environment is also highly recommended.
4343

4444
### Installing Required Python Packages
4545

46-
See example below for specifying the --extra-index-url parameter.
46+
Be sure to upgrade to the latest pip and setuptools.
4747

4848
```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
6851
```
6952

7053
**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

0 commit comments

Comments
 (0)