Soften language in note for Installation Order

This commit is contained in:
Pradyun Gedam 2019-06-16 19:34:19 +05:30
parent 3c17e280f5
commit f196814b71
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ Installation Order
++++++++++++++++++
.. note::
This section only talks about installation order of runtime dependencies.
This does not apply to build dependencies (specified using PEP 518).
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