diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 1ddc3d3..b5a3490 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -42,7 +42,7 @@ We use [Poetry](https://python-poetry.org/) for dependency management. If you do Once you have Poetry, you can install the project's dependencies: ```bash -poetry install +poetry install --all-extras ``` ### 3. Pre-Commit Hooks