Skip to content

Commit

Permalink
add note on Certificates.command to CONTRIBUTING.md (closes #189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk committed Aug 5, 2024
1 parent da717ca commit 2b964c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ source .venv/bin/activate
pip install -e .[dev]
```

---
> 📝 **Note**: Since `shapiq` uses the `requests` library, you might need to install the
> certificates on your MacOS system ([more information](https://stackoverflow.com/a/53310545)).
```sh
/Applications/Python\ 3.x/Install\ Certificates.command
```
---

Finally, install the [pre-commit](https://pre-commit.com/) push hooks. This will run some code
quality checks every time you push to GitHub.

Expand Down

0 comments on commit 2b964c5

Please sign in to comment.