diff --git a/README.md b/README.md index bd9d45da..9d8b16cd 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,14 @@ pip install lightshow More details can be found at our [documentation](https://ai-multimodal.github.io/Lightshow/installation.html). +## Running tests + +Tests can be run via `pytest`. After local installation, simply use + +```bash +pytest lightshow/_tests +``` + # Contributing