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
Operating System/Shell (used to run SDK-based apps):
Steps or code snippet to reproduce
Actual behavior
For installation, we need to git clone and then pip install from local copy. such as:
git clone https://github.com/vmware/vsphere-automation-sdk-python.git
cd vsphere-automation-sdk-python
pip install --upgrade -r requirements.txt --extra-index-url file:///<absolute_path_to_sdk>/lib
Expected behavior
I would like to see it as installable package so I can run a simple command to install it. I believe this is industry standard. For example:
pip install vsphere-automation-sdk-python
The text was updated successfully, but these errors were encountered:
Environment
vSphere version:
Operating System/Shell (used to run SDK-based apps):
Steps or code snippet to reproduce
Actual behavior
For installation, we need to git clone and then pip install from local copy. such as:
git clone https://github.com/vmware/vsphere-automation-sdk-python.git
cd vsphere-automation-sdk-python
pip install --upgrade -r requirements.txt --extra-index-url file:///<absolute_path_to_sdk>/lib
Expected behavior
I would like to see it as installable package so I can run a simple command to install it. I believe this is industry standard. For example:
pip install vsphere-automation-sdk-python
The text was updated successfully, but these errors were encountered: