diff --git a/README.md b/README.md index d9d238e..a1286d9 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,9 @@ python -m pip install --upgrade pip # install requirements pip install -r requirements.txt -r requirements-test.txt +# install pre-commit to run formatters and linters +pre-commit install --install-hooks + # run tests tox # or