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

Always use python -m with pip #300

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Conversation

jhkennedy
Copy link
Contributor

I noticed some inconsistencies around how pip is invoked in the package guide, so I've gone through and made sure all pip commands are invoked with python -m pip ... as recommended in the guide here:
https://www.pyopensci.org/python-package-guide/package-structure-code/declare-dependencies.html#install-dependency-groups
image

Copy link
Member

@lwasser lwasser left a comment

Choose a reason for hiding this comment

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

Thank you so much for this @jhkennedy !! merging it now!

@lwasser lwasser merged commit 61e6977 into pyOpenSci:main Jun 7, 2024
4 checks passed
@jhkennedy jhkennedy deleted the pip-invocation branch June 11, 2024 17:08
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