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

Add additional pip install flags in docs and conda recipe #582

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

altheaden
Copy link
Collaborator

In this PR I added a few flags to the python -m pip install [-e] . command. The flags are:

  • --no-deps indicates that pip should not install runtime dependencies from PyPi.
  • --no-build-isolation indicates that pip should not install build time dependencies from PyPi.

Copy link
Collaborator

@xylar xylar left a comment

Choose a reason for hiding this comment

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

This looks great! I was able to build the conda package with these changes.

@xylar xylar self-assigned this Sep 24, 2024
@xylar xylar merged commit 2a46cbe into MPAS-Dev:master Sep 24, 2024
9 checks passed
@altheaden altheaden deleted the pip-install-flags branch September 24, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants