diff --git a/README.md b/README.md index 920fc63..a34a8e5 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ pylint src/ # run type checker mypy src/ + +# or use the bundle script that runs all tests +./scripts/run_tests.sh ``` ## package and release