From d5ff1d189376898d97d397003ca8cd83fff2175c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 8 Aug 2026 14:55:14 +0200 Subject: [PATCH] Update README.md with uv command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd7e330..da7898c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ To install the plugin creator, run: pip install -U inventree-plugin-creator ``` +or directly execute the create command if you have `uv` installed: +```bash +uvx --from inventree-plugin-creator create-inventree-plugin +``` + ## Usage As a starting point, refer to the [plugin creator documentation](https://docs.inventree.org/en/latest/plugins/creator/)