address review, I think?

This commit is contained in:
Eric Cousineau 2021-03-05 11:58:38 -05:00 committed by Tzu-ping Chung
parent b43a8ed51e
commit 9f73611df6
1 changed files with 5 additions and 3 deletions

View File

@ -1002,9 +1002,11 @@ Examples
.. note::
This will only update ``SomePackage`` as it is a direct requirement. Any
of its dependencies (indirect requirements) will be affected by the
``--upgrade-strategy`` command.
This will guarantee an update to ``SomePackage`` as it is a direct
requirement, and possibly upgrade dependencies if their installed
versions do not meet the minimum requirements of ``SomePackage``.
Any non-requisite updates of its dependencies (indirect requirements)
will be affected by the ``--upgrade-strategy`` command.
#. Install a local project in "editable" mode. See the section on :ref:`Editable Installs <editable-installs>`.