diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae1da4c3..c2f5b0cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,6 +40,13 @@ You also need to install `gpg` tool, on Mac it can be done with: brew install gnupg ``` +If you see the `pyre2` package in the error message, you might need to install its dependencies with `brew`. +More info on https://github.com/andreasvc/pyre2 + +```bash +brew install -s re2 pybind11 +``` + ## Run tests ```bash