diff --git a/README.md b/README.md index 6d379e4..c8136f2 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ Install the project in editable mode with development dependencies: # with pip pip install -e ".[dev]" -# with uv -uv sync --extra dev +# with uv (dev included by default) +uv sync # with poetry poetry install --extras dev diff --git a/docs/CHECKLIST.md b/docs/CHECKLIST.md index 3f3a0f3..ddc5996 100644 --- a/docs/CHECKLIST.md +++ b/docs/CHECKLIST.md @@ -57,7 +57,7 @@ install your project using the package manager of your choice: - [ ] **USER:** Install dependencies using **pip**, **uv**, or **poetry**: - `pip install -e ".[dev]"`. - - `uv sync --extra dev`. + - `uv sync`. - `poetry install --extras dev`. - [ ] **USER:** Run `prek install`. - [ ] **USER:** Run the application `python -m .main`.