Skip to content

Commit 724afe5

Browse files
authored
Update CONTRIBUTING.md now we use dependency groups (#517)
1 parent a5e32cf commit 724afe5

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
@@ -25,7 +25,7 @@ however, we advise setting up a virtual environment first:
2525

2626
$ python3 -m venv env
2727
$ source env/bin/activate
28-
$ pip install -e .[dev]
28+
$ pip install -e --group=dev
2929

3030
To format your code with `isort` and `black`, run:
3131

0 commit comments

Comments
 (0)