Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there anyway you can create package for pip install to use directly #161

Closed
3 tasks done
xjanechen opened this issue Jun 13, 2019 · 2 comments
Closed
3 tasks done

Comments

@xjanechen
Copy link

xjanechen commented Jun 13, 2019

Environment

  • sdk package version:
  • python version:
  • 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

@khnazaretyan
Copy link
Contributor

Hi, I guess this issue overlaps with #38 which is in discussion at this moment.

@xjanechen
Copy link
Author

It works like a charm. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants