Skip to content

Commit 0100cab

Browse files
committed
feat: update contribution guide dev install
1 parent 7702858 commit 0100cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/support-contribution/contribution_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To activate the local mechanisms (created using pre-commit hooks), run the
3333
following commands:
3434

3535
``` console
36-
pip install -r requirements-dev.txt
36+
pip install ".[dev]"
3737
pre-commit install --hook-type commit-msg --hook-type pre-commit
3838
```
3939

0 commit comments

Comments
 (0)