We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144ebf1 + e28aa45 commit 76d9e77Copy full SHA for 76d9e77
1 file changed
source/guides/modernize-setup-py-project.rst
@@ -124,7 +124,7 @@ and trigger the build in that environment.
124
For some projects this isolation is unwanted and it can be deactivated as follows:
125
126
* ``python -m build --no-isolation``
127
-* ``python -m install --no-build-isolation``
+* ``python -m pip install --no-build-isolation``
128
129
For more details:
130
0 commit comments