We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MyProject @ git+file
1 parent 4ac0d3d commit a38daffCopy full SHA for a38daff
docs/html/topics/vcs-support.md
@@ -23,6 +23,11 @@ MyProject @ git+file:///home/user/projects/MyProject
23
MyProject @ git+https://git.example.com/MyProject
24
```
25
26
+```{warning}
27
+Currently, the `MyProject @ git+file` format does not work and the fix requires multiple deprecations.
28
+See https://github.com/pypa/pip/issues/12124.
29
+```
30
+
31
```{warning}
32
The use of `git`, `git+git`, and `git+http` schemes is discouraged.
33
The former two use [the Git Protocol], which lacks authentication, and HTTP is
0 commit comments