We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865f384 commit 7c803bdCopy full SHA for 7c803bd
2 files changed
README.md
@@ -122,6 +122,9 @@ pip install -e .
122
123
```sh
124
pip install -e .[dev]
125
+
126
+# Install pre-commit hooks:
127
+pre-commit install
128
```
129
130
**OPTION E.** Install from **pre-built release** files:
docs/getting-started/installation.md
@@ -73,6 +73,9 @@ pip install -e .
73
74
75
76
77
78
79
80
81
0 commit comments