From d0f4c19f154724a8a58f97d11c573da2e17a5193 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Mon, 31 Aug 2020 18:14:21 +0200 Subject: [PATCH] Add python to OSX CONTRIBUTING requirements (#4083) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b667dc455..4b7be791f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ why we ask this as well as instructions for how to proceed, see the ```bash brew update - brew install git postgresql + brew install git postgresql python ``` 3. Get, build, and test the code