File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ pip vs easy_install
66===================
77
88
9- :ref: `easy_install <easy_install >` was released in 2004, as part of :ref: `setuptools `. It was
10- notable at the time for installing :term: `packages <Distribution Package> ` from
9+ :ref: `easy_install <easy_install >`, now ` deprecated `_, was released in 2004 as part of :ref: `setuptools `.
10+ It was notable at the time for installing :term: `packages <Distribution Package> ` from
1111:term: `PyPI <Python Package Index (PyPI)> ` using requirement specifiers, and
1212automatically installing dependencies.
1313
@@ -19,7 +19,7 @@ rather simply as 'flat' packages from :term:`sdists <Source Distribution (or
1919<pip:Requirements Files>`, which gave users the power to easily replicate
2020environments.
2121
22- Here's a breakdown of the important differences between pip and easy_install now :
22+ Here's a breakdown of the important differences between pip and the deprecated easy_install :
2323
2424+------------------------------+--------------------------------------+-------------------------------+
2525| | **pip ** | **easy_install ** |
@@ -63,6 +63,8 @@ Here's a breakdown of the important differences between pip and easy_install now
6363
6464----
6565
66+ .. _deprecated : https://setuptools.readthedocs.io/en/latest/history.html#v42-0-0
67+
6668.. [1 ] https://setuptools.readthedocs.io/en/latest/easy_install.html#natural-script-launcher
6769
6870
You can’t perform that action at this time.
0 commit comments