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

docs: fix order of --no-deps when pip installing in editable mode #1220

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

glemaitre
Copy link
Contributor

The current documentation will trigger the following error:

ERROR: --no-deps is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

In editable mode, --no-deps is just required to be before the -e.

@ruben-arts
Copy link
Contributor

Good catch!

@wolfv wolfv merged commit 369fac5 into prefix-dev:main Apr 18, 2024
5 checks passed
@wolfv
Copy link
Member

wolfv commented Apr 18, 2024

Thanks!

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.

3 participants