diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9faeb122..f4c93b04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ ### Install pins with dev dependencies ```shell -python -m pip install -e .[dev] +python -m pip install -e .[test] ``` ### Install pre-commit hooks