-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Improve pip download documentation #3116
Comments
This issue is a good starting point for anyone who wants to help out with pip's development -- it's simple and the process of fixing this should be a good introduction to pip's development workflow. :) |
Dropping this from the 18.0 release but this is still something we'd like to have. |
@pradyunsg I presume the documentation that needs expanding here is https://pip.pypa.io/en/stable/reference/pip_download/ ? |
I'm looking at https://pip.pypa.io/en/stable/reference/pip_download/ and there's quite a bit of documentation there. Is there a certain sections that the missing in the doc or need embellishment? |
Looking at working on this issue. If anyone is currently actively working on this, please comment and I will work on something else. |
Will put a hold on this until after clarification. |
Working together with @satyajitdam on this issue |
@sumanah Yes. The docs directory is the one containing the relavent details. |
Here's what I have gathered:
To solve this issue, we need to review the existing documentation in I believe a more experienced developer needs to do that -- this is, in my opinion, not a good issue for a first-time contributor. |
Hmm... Indeed. I had misjudged the complexity of this issue perhaps. There’s definitely more context needed than a first time contributor would have. Apologies for that. |
@satyajitdam and I have stopped working on this issue. |
If the same option is available to multiple commands but not all commands, shouldn't that then be documented for each command seperately? |
@gutsytechster Could you rephrase, maybe with a concrete example? I think you are setting up two choices and asking for a decision between them, but I'm having a little bit of a hard time understanding what those choices are. Thanks! |
@brainwane sure! The issue says that a lot of options described for However, when a person would go to the Apart from that, if you'd compare, the documentation of So, what I feel that current documentation for |
It is currently very light and some parts (most of its options) could certainly be factorized with
pip wheel
andpip install
.The text was updated successfully, but these errors were encountered: