Skip to content

Commit b6a0a2d

Browse files
authored
docs: Add -e to uv pip install in CONTRIBUTING.md (#333)
1 parent e32e574 commit b6a0a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mandatory, we only provide installation steps with this tool. You can install it
1919
2) Create a virtual environment and install the project in it. From the root of `torchjd`, run:
2020
```bash
2121
uv venv
22-
CC=gcc uv pip install '.[full]' --group check --group doc --group test --group plot
22+
CC=gcc uv pip install -e '.[full]' --group check --group doc --group test --group plot
2323
uv run pre-commit install
2424
```
2525

0 commit comments

Comments
 (0)