1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

Update mac intsall sample cmd

This commit is contained in:
Tianhao He 2019-06-03 11:20:41 +08:00 committed by GitHub
parent 83fc3fffc7
commit 97ded6f385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,8 @@ Example pip install command on Mac OSX.
```cmd
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file:///Users/strefethen/github/vsphere-automation-sdk-python/lib
or
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file://$PWD/lib
```
Example pip install command on Windows.