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

fix: Use proper subdirectory syntax for pip url fragments #1208

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

matthewfeickert
Copy link
Contributor

python -m pip install "pkg @ vcs+protocol://repo_url/#subdirectory=pkg_dir"

* Use the correct syntax for url fragments with pip of the form
  python -m pip install "pkg @ vcs+protocol://repo_url/#subdirectory=pkg_dir"
   - c.f. https://pip.pypa.io/en/stable/topics/vcs-support/#url-fragments
* Revises PR pypa#1207

Co-authored-by: sinoroc <[email protected]>
@matthewfeickert
Copy link
Contributor Author

@pradyunsg @sinoroc sorry about the noise and for not being more diligent on the syntax in PR #1207, but this is ready for review.

@pradyunsg pradyunsg enabled auto-merge (squash) February 14, 2023 20:53
@pradyunsg pradyunsg merged commit a103b56 into pypa:main Feb 14, 2023
@pradyunsg
Copy link
Member

Thanks @matthewfeickert for the fixes, and @sinoroc for spotting this!

@matthewfeickert matthewfeickert deleted the fix/use-proper-pip-syntax branch February 14, 2023 21:07
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