File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
docs/html/reference/build-system Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ depending on the package), the generated wheel is added to pip's wheel cache
54
54
and will be used for this installation. The built wheel is cached locally
55
55
by pip to avoid repeated identical builds.
56
56
57
- If this wheel generation fails, pip will attempt a direct installation instead.
57
+ If this wheel generation fails, pip runs ` setup.py clean ` to clean up any build
58
+ artifacts that may have been generated. After that, pip will attempt a direct
59
+ installation.
58
60
59
61
### Direct Installation
60
62
@@ -70,11 +72,6 @@ For installing packages in "editable" mode
70
72
` setup.py develop ` , which will use setuptools' mechanisms to perform an
71
73
editable/development installation.
72
74
73
- ### Cleanup
74
-
75
- After attempting installation, pip may run ` setup.py clean ` to clean up build
76
- artifacts from that setuptools has generated.
77
-
78
75
## Setuptools Injection
79
76
80
77
To support projects that directly use ` distutils ` , pip injects ` setuptools ` into
You can’t perform that action at this time.
0 commit comments