From 150f0b284ff158cc57c547e892da3148d68ab806 Mon Sep 17 00:00:00 2001 From: finneganclancy Date: Sun, 20 Jul 2025 18:47:34 +0100 Subject: [PATCH] update install guide - pyproject.toml didn't have [core] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a2a25b9..cd4c802f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This project uses `uv` for dependency management. 4. Install dependencies: ```bash - uv pip install -e .[core,dev] + uv pip install -e ".[dev]" ``` ## Usage