From 7f382289630dd6fcd96684d2a3e4e40e37ab23a7 Mon Sep 17 00:00:00 2001 From: David Liu Date: Fri, 15 Nov 2024 14:03:32 +0800 Subject: [PATCH] backup --- poetry/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/poetry/README.md b/poetry/README.md index faa274f..7829db1 100644 --- a/poetry/README.md +++ b/poetry/README.md @@ -1,6 +1,13 @@ # poetry [wiki](https://github.com/davidkhala/python-utils/wiki/Package-Management-Tools#poetry) +## Install +> Poetry should always be installed in a dedicated virtual environment to isolate it from the rest of your system. +> It should in no case be installed in the environment of the project that is to be managed by Poetry. +> This ensures that Poetry’s own dependencies will not be accidentally upgraded or uninstalled. + +> In addition, the isolated virtual environment in which poetry is installed should not be activated for running poetry commands. + ## setup `poetry init` to initialise a pre-existing project