Install dev dependencies in editable mode

This commit is contained in:
Cosmin Ștefan Ciocan
2024-02-02 23:05:50 +00:00
parent ba775f7ce1
commit bac447ef67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ If not using the devcontainer you need to install the package with the
development dependencies and install the pre-commit hook before commiting any
changes:
```bash
pip install .[dev]
pip install -e .[dev]
pre-commit install
```