Skip to content

Commit

Permalink
Merge pull request #5933 from AceGentile/fix_issue_5888
Browse files Browse the repository at this point in the history
remove egg version from pip install command reference
  • Loading branch information
xavfernandez committed Oct 29, 2018
2 parents b47b2fa + 2d23506 commit bc5ac33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/html/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,9 @@ the :ref:`--editable <install_--editable>` option) or not.
(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>"
The "project name" component of the url suffix "egg=<project name>"
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. For projects
to pip downloading and analyzing the metadata. For projects
where setup.py is not in the root of project, "subdirectory" component
is used. Value of "subdirectory" component should be a path starting from root
of the project to where setup.py is located.
Expand Down
1 change: 1 addition & 0 deletions news/5888.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove references to removed #egg=<name>-<version> functionality

0 comments on commit bc5ac33

Please sign in to comment.