We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc39f0 commit 77da6aeCopy full SHA for 77da6ae
news/11357.doc.rst
@@ -0,0 +1 @@
1
+Mention that --quiet must be used when writing the installation report to stdout.
src/pip/_internal/commands/install.py
@@ -263,7 +263,9 @@ def add_options(self) -> None:
263
"the provided requirements. "
264
"Can be used in combination with --dry-run and --ignore-installed "
265
"to 'resolve' the requirements. "
266
- "When - is used as file name it writes to stdout."
+ "When - is used as file name it writes to stdout. "
267
+ "When writing to stdout, please combine with the --quiet option "
268
+ "to avoid mixing pip logging output with JSON output."
269
),
270
)
271
0 commit comments