Skip to content

Commit

Permalink
PEP 751: simplity installer expectations (#4105)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Nov 5, 2024
1 parent 0bb65f9 commit cb6e37c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions peps/pep-0751.rst
Original file line number Diff line number Diff line change
Expand Up @@ -785,12 +785,7 @@ Expectations for Installers
selected to install from).
- Installers MUST error out if a package version lacks a way to install into the
chosen environment.
- Installers MUST support installing into an empty environment
- Installers SHOULD support uninstalling all packages in a pre-existing
environment and then installing into it (sometimes referred to as *syncing*
an environment to the lock file).
- Installers MAY support a way to install into a pre-existing environment that
tries to keep packages not listed in the lock file working.
- Installers MUST support installing into an empty environment.


Pseudo-Code
Expand Down

0 comments on commit cb6e37c

Please sign in to comment.