Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <package_name>.main`.
Expand Down