Update docs to explain the "version" component of the egg name.

This commit is contained in:
Chris Jerdonek 2014-09-24 23:24:50 -07:00 committed by Donald Stufft
parent a2090f3172
commit c9c69ed052
1 changed files with 5 additions and 2 deletions

View File

@ -156,8 +156,11 @@ the :ref:`--editable <install_--editable>` option) or not.
* For non-editable installs, the project is built locally in a temp dir and then * For non-editable installs, the project is built locally in a temp dir and then
installed normally. installed normally.
The url suffix "egg=<project name>" is used by pip in its dependency logic to The "project name" component of the url suffix "egg=<project name>-<version>"
identify the project prior to pip downloading and analyzing the metadata. is used by pip in its dependency logic to identify the project prior
to pip downloading and analyzing the metadata. The optional "version"
component of the egg name is not functionally important. It merely
provides a human-readable clue as to what version is in use.
Git Git
~~~ ~~~