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,12 +6,12 @@ pip vs easy_install
66===================
77
88
9- `easy_install ` was released in 2004, as part of :ref: `setuptools `. It was
9+ :ref: `easy_install < easy_install > ` was released in 2004, as part of :ref: `setuptools `. It was
1010notable 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
14- :ref: `pip ` came later in 2008, as alternative to `easy_install `, although still
14+ :ref: `pip ` came later in 2008, as alternative to :ref: `easy_install < easy_install > `, although still
1515largely built on top of :ref: `setuptools ` components. It was notable at the
1616time for *not * installing packages as :term: `Eggs <Egg> ` or from :term: `Eggs <Egg> ` (but
1717rather simply as 'flat' packages from :term: `sdists <Source Distribution (or
You can’t perform that action at this time.
0 commit comments