File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/html/reference/build-system Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ by pip to avoid repeated identical builds.
56
56
57
57
If this wheel generation fails, pip will attempt a direct installation instead.
58
58
59
+ #### Cleanup
60
+
61
+ After this, pip runs ` setup.py clean ` to clean up any build artifacts that
62
+ may have been generated.
63
+
59
64
### Direct Installation
60
65
61
66
When all else fails, pip will invoke ` setup.py install ` to install a package
@@ -70,11 +75,6 @@ For installing packages in "editable" mode
70
75
` setup.py develop ` , which will use setuptools' mechanisms to perform an
71
76
editable/development installation.
72
77
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
78
## Setuptools Injection
79
79
80
80
To support projects that directly use ` distutils ` , pip injects ` setuptools ` into
You can’t perform that action at this time.
0 commit comments