Skip to content

Commit fa2233f

Browse files
authored
Corrected typo python -m pip pre-commit install (#2447)
1 parent ded8a56 commit fa2233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To setup a local development environment, install both local and test dependenci
161161
```bash
162162
python -m pip install -r requirements/devel.txt
163163
python -m pip install -r requirements/examples.txt
164-
python -m pip pre-commit install
164+
python -m pip install pre-commit
165165
```
166166

167167
You can run the full test-case in your terminal via this bash script:

0 commit comments

Comments
 (0)