Skip to content

Commit

Permalink
[README] Clarify note about unneeded dependencies of Poetry (python-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod authored Dec 10, 2023
1 parent c08cd14 commit 56c0376
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 56c0376

Please sign in to comment.