Update README.md

master
Fabio Caccamo 2023-03-13 15:27:43 +01:00
parent 703fef4c4c
commit d42f69cee7
1 changed files with 3 additions and 0 deletions

View File

@ -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