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

README randomly lists 1 out of 3 dependencies #181

Open
sourcejedi opened this issue Dec 12, 2016 · 0 comments
Open

README randomly lists 1 out of 3 dependencies #181

sourcejedi opened this issue Dec 12, 2016 · 0 comments

Comments

@sourcejedi
Copy link

README lists only 1 of the three python dependencies listed in setup.py. ("Installation Guide" is better).

The instructions in README allow for "Install netaddr however you see fit". This is currently pointless, because when you install debops using pip, it will install passlib (and in theory argparse) how pip sees fit. I.e. from PyPI instead of OS packages.

It might actually be better to remove this from README, and replace it by mentioning the Installation Guide. E.g. "pip will install python dependencies automatically. If you prefer to use your OS packages, please see the Installation Guide for a list of dependencies".

I might prefer to use setup.py --requires as documented in setup.py --help. Sadly this simply prints a blank line (even when the deps are not installed). It looks like I want to use pip install . --no-deps

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

1 participant