diff options
-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). |