Skip to content

Commit 0187bf6

Browse files
authored
Merge pull request #11886 from sbidoul/clarify-install-report-docs
docs: clarify installation report note
2 parents 5c61b2a + baeb627 commit 0187bf6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/html/reference/installation-report.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ When considering use cases, please bear in mind that
1717
other use cases), this format is *not* meant to be a lock file format as such;
1818
- there is no plan for pip to accept an installation report as input for the `install`,
1919
`download` or `wheel` commands;
20-
- the `--report` option and this format is intended to become a supported pip feature
21-
(when the format is stabilized to version 1);
22-
- it is however *not* a PyPA interoperability standard and as such its evolution will be
23-
governed by the pip processes and not the PyPA standardization processes.
20+
- while the `--report` option and this format is a supported pip feature,
21+
it is *not* a PyPA interoperability standard and as such its evolution is governed by
22+
the pip processes and not the PyPA standardization processes.
2423
```
2524

2625
## Specification

0 commit comments

Comments
 (0)