From a160051a8376f26cc32e6eb864326bd83286515c Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 1 Aug 2024 20:22:48 +0200 Subject: Document installation via `poetry self add` --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4ee3fb4..1308a51 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,15 @@ Installation depends on how you installed Poetry. With pipx inject poetry poetry-restrict-plugin ``` +Alternatively, you can install it with `poetry self add`: + +```sh +poetry self add poetry-restrict-plugin +``` + +See `poetry self add --help` for more options for installation, including +installing development versions. + For other installation methods, see the [Poetry plugin documentation](https://python-poetry.org/docs/plugins/#using-plugins). -- cgit v1.2.3