mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Improve clarification on installation order (#6619)
This commit is contained in:
commit
bc731c7219
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue