Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading