Corrected typo `python -m pip pre-commit install` (#2447)

This commit is contained in:
Llannelongue 2020-07-01 12:02:02 +01:00 committed by GitHub
parent ded8a56bb3
commit fa2233f56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ To setup a local development environment, install both local and test dependenci
```bash
python -m pip install -r requirements/devel.txt
python -m pip install -r requirements/examples.txt
python -m pip pre-commit install
python -m pip install pre-commit
```
You can run the full test-case in your terminal via this bash script: