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.
2 parents ee7bcae + 77da6ae commit 7aa49ddCopy full SHA for 7aa49dd
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
@@ -264,7 +264,9 @@ def add_options(self) -> None:
264
"the provided requirements. "
265
"Can be used in combination with --dry-run and --ignore-installed "
266
"to 'resolve' the requirements. "
267
- "When - is used as file name it writes to stdout."
+ "When - is used as file name it writes to stdout. "
268
+ "When writing to stdout, please combine with the --quiet option "
269
+ "to avoid mixing pip logging output with JSON output."
270
),
271
)
272
0 commit comments