-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Update INSTALL.rst #12187
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
DOC: Update INSTALL.rst #12187
Conversation
fix command typo
Are there cases where |
I don't think so. While it's true that single-letter options can be combined after a single dash (e.g., |
I am 50/50 on this. I normally do |
I'd rather leave it as -mpip, let's say -0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+0.5 on this. While -mpip
is a handy shortcut, the spaced version is more clear and thus easier to understand. pip itself documents it with space. I think we should follow their example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I totally buy the argument that pip itself documents the usage as python -m pip ...
. While people who know that they can shorten this, won't actually care about seeing it differently, new users might get confused by the concatenated form.
@meeseeksdev backport to v3.0.0-doc |
Something went wrong ... Please have a look at my logs. |
@meeseeksdev backport to v3.0.0-doc |
Looking at the code, I found other files referencing |
@AnkurDedania can you open another PR to fix those too? |
PR Summary
fix command typo in INSTALL.rst
PR Checklist