From 7a72422da3efbbb397e97847ba4440b81ff62bef Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 27 Oct 2025 22:17:15 +1100 Subject: [PATCH] Update installation command in README.md Adjust default pypi install name --- .../template/{{ cookiecutter.plugin_name }}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md b/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md index 143a7ad..49c1fd5 100644 --- a/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md +++ b/plugin_creator/template/{{ cookiecutter.plugin_name }}/README.md @@ -13,7 +13,7 @@ To install manually via the command line, run the following command: ```bash -pip install {{ cookiecutter.plugin_slug }} +pip install inventree-{{ cookiecutter.plugin_slug }} ``` ## Configuration