Skip to content

Commit e28aa45

Browse files
authored
Update modernize-setup-py-project.rst
1 parent 144ebf1 commit e28aa45

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)