diff options
author | 2024-08-01 20:22:48 +0200 | |
---|---|---|
committer | 2024-08-01 20:22:48 +0200 | |
commit | a160051a8376f26cc32e6eb864326bd83286515c (patch) | |
tree | f0877d2dc526dedcf769726d6f12691ecfb97938 | |
parent | Begin v0.1.0a6 development (diff) |
Document installation via `poetry self add`
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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). |