Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Nov 15, 2024
1 parent 5342af7 commit 7f38228
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions poetry/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7f38228

Please sign in to comment.