Skip to content

Commit

Permalink
Add a note to the pip-install docs.
Browse files Browse the repository at this point in the history
This was suggested by @xavfernandez in the review comments.
  • Loading branch information
cjerdonek committed Oct 5, 2017
1 parent da30b70 commit cf23b06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ Passing branch names, a commit hash or a tag name is possible like so::
[-e] git://git.example.com/MyProject.git@v1.0#egg=MyProject
[-e] git://git.example.com/MyProject.git@da39a3ee5e6b4b0d3255bfef95601890afd80709#egg=MyProject

When passing a commit hash, specifying a full hash is preferable to a partial
hash because a full hash allows pip to operate more efficiently (e.g. by
making fewer network calls).

Mercurial
~~~~~~~~~

Expand Down

0 comments on commit cf23b06

Please sign in to comment.