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

Tiny suggestion for optional edit to instructions for editable installations #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mhucka
Copy link

@mhucka mhucka commented Sep 27, 2024

In the section Installation, it gives an example of doing a local editable installation, and in the section Development and Testing, it gives an example of installing the package for development situations. Although it's true that the instructions as given will work after a fashion, the approach of using pip install -e is both more common for editable installs, and also arguably leads to more intuitive behavior when developing Python packages.

This suggested change is optional; no offense taken if you decide not to apply it.

In the section Installation, it gives an example of doing a local
editable installation, and in the section Development and Testing, it
gives an example of installing the package for development situations.
Although it's true that the instructions as given will work after a
fashion, the approach of using `pip install -e` is both more common
for editable installs, and also arguably leads to more intuitive
behavior when developing Python packages.
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.

1 participant