From 1a19fd17ac13eee19972dae6fa296b53cf1414f7 Mon Sep 17 00:00:00 2001 From: Raiden Sakura Date: Mon, 25 Dec 2023 22:33:25 +0800 Subject: [PATCH] Update dev command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f8adbb..e2ed0d7 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Make sure to set `REGISTRY_PLUGINS_ONLY` in your environment variables to `False

Make sure poetry is installed (I recommend using pipx).

```py -poetry install --only dev +poetry install --no-root --only dev pre-commit install ```