aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-08-01 20:22:48 +0200
committerGravatar Johannes Christ <[email protected]>2024-08-01 20:22:48 +0200
commita160051a8376f26cc32e6eb864326bd83286515c (patch)
treef0877d2dc526dedcf769726d6f12691ecfb97938
parentBegin v0.1.0a6 development (diff)
Document installation via `poetry self add`
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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).