diff --git a/README.md b/README.md index 2870d35c..cf9e54db 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,12 @@ In your templates, use your component by first importing the django_components t {% component name="calendar" date=custom_date %} {% endblock %} ``` + +# Running the tests + +Install and run `tox`: + +```sh +pip install tox +tox +```