PEP 665: clarify what scenarios installers must be able to install into

This commit is contained in:
Brett Cannon 2021-11-09 16:25:31 -08:00
parent 1bb31bb390
commit c0b6e938f1
1 changed files with 4 additions and 0 deletions

View File

@ -541,6 +541,10 @@ The expected algorithm for resolving what to install is:
What constitues the "best-fitting wheel file" is an open issue.
Installers MUST support installing into an empty environment.
Installers MAY support installing into an environment that already
conatins installed packages (and whatever that would entail).
========================
(Potential) Tool Support