Skip to content

Commit

Permalink
Clarify note about unneeded dependencies of Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Nov 27, 2023
1 parent 1ee19a5 commit 3e5c4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build-backend = "poetry.core.masonry.api"
```

Once this is present, a PEP 517 frontend like `pip` can build and install your project from source without the need
for Poetry or any of its dependencies.
for Poetry or any of its dependencies (besides `poetry-core`).

```shell
# install to current environment
Expand Down

0 comments on commit 3e5c4a2

Please sign in to comment.