Skip to content

Commit 76d9e77

Browse files
authored
Merge pull request #1497 from wimglenn/patch-2
Fix a typo in the `pip install` command @ `modernize-setup-py-project.rst`
2 parents 144ebf1 + e28aa45 commit 76d9e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/modernize-setup-py-project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ and trigger the build in that environment.
124124
For some projects this isolation is unwanted and it can be deactivated as follows:
125125

126126
* ``python -m build --no-isolation``
127-
* ``python -m install --no-build-isolation``
127+
* ``python -m pip install --no-build-isolation``
128128

129129
For more details:
130130

0 commit comments

Comments
 (0)