Skip to content

Commit 37aef10

Browse files
committed
Merge pull request #10536 from pradyunsg/docs/fix-wordin
1 parent 457564c commit 37aef10

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/html/reference/build-system/setup-py.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ depending on the package), the generated wheel is added to pip's wheel cache
5454
and will be used for this installation. The built wheel is cached locally
5555
by pip to avoid repeated identical builds.
5656

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.
5860

5961
### Direct Installation
6062

@@ -70,11 +72,6 @@ For installing packages in "editable" mode
7072
`setup.py develop`, which will use setuptools' mechanisms to perform an
7173
editable/development installation.
7274

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-
7875
## Setuptools Injection
7976

8077
To support projects that directly use `distutils`, pip injects `setuptools` into

0 commit comments

Comments
 (0)