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

Update README.md #1

Closed
wants to merge 1 commit into from
Closed

Update README.md #1

wants to merge 1 commit into from

Conversation

yihong0618
Copy link

No description provided.

@@ -5,7 +5,7 @@ Attach pdb to a running Python process.
## Install

```
python3.8 -mpip install git+https://github.com/jschwinger233/pdbattach.git
python3.8 -m pip install git+https://github.com/jschwinger233/pdbattach.git
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any specific reason? As far as I know, -mpip abides by the GNU convention and POSIX convention, both of which stipulates "an option and its argument may or may not appear as separate tokens. (In other words, the whitespace separating them is optional.)".
Since they're equivalent, I am in favor of -mpip against -m pip merely because it requires less keyboard press...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, learned that, will close it now

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

Successfully merging this pull request may close these issues.

2 participants