PEP 665: clarify what scenarios installers must be able to install into
This commit is contained in:
parent
1bb31bb390
commit
c0b6e938f1
|
@ -541,6 +541,10 @@ The expected algorithm for resolving what to install is:
|
||||||
|
|
||||||
What constitues the "best-fitting wheel file" is an open issue.
|
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
|
(Potential) Tool Support
|
||||||
|
|
Loading…
Reference in New Issue