From cb6e37ca80b793a4ca8ce19c686346fb6654d4bf Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 4 Nov 2024 16:56:10 -0800 Subject: [PATCH] PEP 751: simplity installer expectations (#4105) --- peps/pep-0751.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/peps/pep-0751.rst b/peps/pep-0751.rst index 490dabfc0..7ec44af1b 100644 --- a/peps/pep-0751.rst +++ b/peps/pep-0751.rst @@ -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