Update README.md
parent
703fef4c4c
commit
d42f69cee7
|
|
@ -222,6 +222,9 @@ python -m pip install --upgrade pip
|
||||||
# install requirements
|
# install requirements
|
||||||
pip install -r requirements.txt -r requirements-test.txt
|
pip install -r requirements.txt -r requirements-test.txt
|
||||||
|
|
||||||
|
# install pre-commit to run formatters and linters
|
||||||
|
pre-commit install --install-hooks
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
tox
|
tox
|
||||||
# or
|
# or
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue