diff --git a/docs/html/reference/pip_install.rst b/docs/html/reference/pip_install.rst index c323035b4..209d9a411 100644 --- a/docs/html/reference/pip_install.rst +++ b/docs/html/reference/pip_install.rst @@ -351,11 +351,9 @@ the :ref:`--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=-" +The "project name" component of the url suffix "egg=" 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. diff --git a/news/5888.bugfix b/news/5888.bugfix new file mode 100644 index 000000000..dee184ed9 --- /dev/null +++ b/news/5888.bugfix @@ -0,0 +1 @@ +remove egg version from pip install command reference \ No newline at end of file