vmware / vsphere-automation-sdk-python

Python samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
MIT License
746 stars 313 forks source link

code repository URL in getting started steps need to be updated #334

Closed vThinkBeyondVM closed 1 year ago

vThinkBeyondVM commented 1 year ago

Describe the bug

Under getting started readme guide, we have below section and URL mentioned seems internal only. Can you please update the documentation?

Install SDK packages from Github.

pip install --upgrade git+https://gitlab.eng.vmware.com/vapi-sdk/vsphere-automation-sdk-python.git

Reproduction steps

Described above

Expected behavior

Correct github URL is needed

Additional context

No response

shwetapurohit commented 1 year ago

@vThinkBeyondVM Thanks for pointing ! This is a documentation bug, Kindly use following to install the SDK pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git The same has been addressed in following commit. https://github.com/vmware/vsphere-automation-sdk-python/pull/336