-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -409,7 +409,6 @@ Here are the supported forms:: | |
[-e] git+ssh://git.example.com/MyProject#egg=MyProject | ||
[-e] git+git://git.example.com/MyProject#egg=MyProject | ||
[-e] git+file:///home/user/projects/MyProject#egg=MyProject | ||
-e [email protected]:MyProject#egg=MyProject | ||
|
||
Passing a branch name, a commit hash, a tag name or a git ref is possible like so:: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Support for the ``git+git@`` form of VCS requirement is being deprecated and | ||
will be removed in pip 21.0. Switch to the equivalent ``git+https://`` or | ||
``gi+ssh://``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters