Skip to content

Commit 6889901

Browse files
authored
[DOC] Fix dev dependencies install command (#1085)
1 parent 48dcd83 commit 6889901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ If you're adding a **new feature**, please *open an issue first*.
186186
If you open a PR, don't forget to **run the styling**!
187187

188188
```bash
189-
pip install -e .[dev]
189+
pip install -e ".[dev]"
190190
pre-commit install
191191
pre-commit run --all-files
192192
```

0 commit comments

Comments
 (0)