Skip to content

Commit

Permalink
try to encode more deets
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Mar 5, 2021
1 parent a93ec25 commit 9d7ca27
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/html/development/architecture/upgrade-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ what *other* packages can be upgraded:
pip command or a requirement file (i.e, they are direct requirements), or
an upgraded parent needs a later version of the dependency than is
currently installed.
* ``to-satisfy-only`` (**undocumented**) - packages are not upgraded (not
even direct requirements) unless the currently installed version fails to
satisfy a requirement (either explicitly specified or a dependency). This
is actually the "default" strategy when ``--upgrade`` is not set.
* ``to-satisfy-only`` (**undocumented, please avoid**) - packages are not
upgraded (not even direct requirements) unless the currently installed
version fails to satisfy a requirement (either explicitly specified or a
dependency).

* This is actually the "default" upgrade strategy when ``--upgrade`` is
*not set*, i.e. ``pip install AlreadyInstalled`` and
``pip install --upgrade --upgrade-strategy=to-satisfy-only AlreadyInstalled``
yield the same behavior.

``--force-reinstall``

Expand Down

0 comments on commit 9d7ca27

Please sign in to comment.