Skip to content

Commit

Permalink
Improve clarification on installation order (#6619)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Jun 16, 2019
2 parents 61c4b61 + f196814 commit bc731c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/html/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ the chosen version is available, it is assumed that any source is acceptable
Installation Order
++++++++++++++++++

.. note:
This section only talks about installation order of runtime dependencies.
This does not apply to build dependencies (specified using PEP 518).
.. note::
This section is only about installation order of runtime dependencies, and
does not apply to build dependencies (those are specified using PEP 518).

As of v6.1.0, pip installs dependencies before their dependents, i.e. in
"topological order." This is the only commitment pip currently makes related
Expand Down

0 comments on commit bc731c7

Please sign in to comment.