File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
Options that control the installation process
3
3
=============================================
4
4
5
- When installing packages, pip chooses a distribution file, and installs it in
6
- the user's environment. There are many choices involved in deciding which file
7
- to install, and these are controlled by a variety of options.
5
+ When installing packages, pip chooses a distribution file, and
6
+ installs it in the user's environment. There are many choices (which
7
+ are `still evolving `_) involved in deciding which file to install, and
8
+ these are controlled by a variety of options.
8
9
9
10
10
11
Controlling what gets installed
@@ -118,3 +119,6 @@ necessarily resolution or what gets installed.
118
119
``--constraint ``
119
120
120
121
``--editable <LOCATION> ``
122
+
123
+
124
+ .. _still evolving : https://github.com/pypa/pip/issues/8115
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ pip install has several stages:
36
36
3. Build wheels. All the dependencies that can be are built into wheels.
37
37
4. Install the packages (and uninstall anything being upgraded/replaced).
38
38
39
+ Note that ``pip install `` prefers to leave the installed version as-is
40
+ unless ``--upgrade `` is specified.
41
+
39
42
Argument Handling
40
43
-----------------
41
44
You can’t perform that action at this time.
0 commit comments