Skip to content

Commit

Permalink
Merge pull request #4273 from bitdancer/patch-1
Browse files Browse the repository at this point in the history
Explain how -e affects pip freeze.
  • Loading branch information
dstufft authored Apr 1, 2017
2 parents 35bbf09 + 5e98b44 commit 5748d87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ the :ref:`--editable <install_--editable>` option) or not.
already installed, the VCS source will not overwrite it without an `--upgrade`
flag. VCS requirements pin the package version (specified in the `setup.py`
file) of the target commit, not necessarily the commit itself.
* The :ref:`pip freeze` subcomand will record the VCS requirement specifier
(referencing a specific commit) if and only if the install is done using the
editable option.

The "project name" component of the url suffix "egg=<project name>-<version>"
is used by pip in its dependency logic to identify the project prior
Expand Down

0 comments on commit 5748d87

Please sign in to comment.