mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Soften language in note for Installation Order
This commit is contained in:
parent
3c17e280f5
commit
f196814b71
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ Installation Order
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
This section only talks about installation order of runtime dependencies.
|
This section is only about installation order of runtime dependencies, and
|
||||||
This does not apply to build dependencies (specified using PEP 518).
|
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
|
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
|
"topological order." This is the only commitment pip currently makes related
|
||||||
|
|
Loading…
Reference in a new issue