Commit a103b56
fix: Use proper subdirectory syntax for pip url fragments (#1208)
* 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 #1207
Co-authored-by: sinoroc <sinoroc.code+git@gmail.com>1 parent d36954f commit a103b56
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
0 commit comments