diff --git a/README.md b/README.md index f762dbd..d1503cc 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,13 @@ from icalevents.icalevents import events es = events() ``` + +# Contributing + +You will need [pipenv](https://pipenv.pypa.io/en/latest/) and [pre-commit](https://pre-commit.com/index.html) installed and than run. + +```bash +pre-commit install +``` + +Happy contributing!