Skip to content

Commit ca48144

Browse files
authored
Mentioned dev extra in CONTRIBUTING.md (#903)
1 parent 671939d commit ca48144

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ We use [`uv`](https://github.com/astral-sh/uv) for our local development.
1919
If you prefer to use `pip` for installing the package in development mode, you can do so by running:
2020

2121
```bash
22-
pip install -e .
22+
pip install -e ".[dev]"
2323
```
2424

25+
Where the `dev` extra includes development dependencies such as `pytest`.
26+
2527
## Running tests and other tooling
2628

2729
Use the following commands:

0 commit comments

Comments
 (0)