It looks vsphere-automation-sdk-python installs not from PyPi, but either from git: pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git
or from local repo copy:
cd vsphere-automation-sdk-python
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file://$(pwd)/lib
What is the ratio behind not publishing packages to PyPi?
Hello,
It looks vsphere-automation-sdk-python installs not from PyPi, but either from git:
pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git
or from local repo copy:
What is the ratio behind not publishing packages to PyPi?