Skip to content

Commit

Permalink
address review, I think?
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Mar 5, 2021
1 parent 47c2005 commit a93ec25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/html/reference/pip_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.

Expand Down

0 comments on commit a93ec25

Please sign in to comment.