File tree 1 file changed +9
-4
lines changed
docs/html/development/architecture
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,15 @@ what *other* packages can be upgraded:
44
44
pip command or a requirement file (i.e, they are direct requirements), or
45
45
an upgraded parent needs a later version of the dependency than is
46
46
currently installed.
47
- * ``to-satisfy-only `` (**undocumented **) - packages are not upgraded (not
48
- even direct requirements) unless the currently installed version fails to
49
- satisfy a requirement (either explicitly specified or a dependency). This
50
- is actually the "default" strategy when ``--upgrade `` is not set.
47
+ * ``to-satisfy-only `` (**undocumented, please avoid **) - packages are not
48
+ upgraded (not even direct requirements) unless the currently installed
49
+ version fails to satisfy a requirement (either explicitly specified or a
50
+ dependency).
51
+
52
+ * This is actually the "default" upgrade strategy when ``--upgrade `` is
53
+ *not set *, i.e. ``pip install AlreadyInstalled `` and
54
+ ``pip install --upgrade --upgrade-strategy=to-satisfy-only AlreadyInstalled ``
55
+ yield the same behavior.
51
56
52
57
``--force-reinstall ``
53
58
You can’t perform that action at this time.
0 commit comments