We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169511e commit ec7eb6fCopy full SHA for ec7eb6f
docs/html/reference/inspect-report.md
@@ -3,6 +3,10 @@
3
```{versionadded} 22.2
4
```
5
6
+```{versionchanged} 23.0
7
+``version`` has been bumped to ``1`` and the format declared stable.
8
+```
9
+
10
The `pip inspect` command produces a detailed JSON report of the Python
11
environment, including installed distributions.
12
docs/html/reference/installation-report.md
The `--report` option of the pip install command produces a detailed JSON report of what
it did install (or what it would have installed, if used with the `--dry-run` option).
0 commit comments