From e44efd97c507032363ecd090bb94539c4eb996e5 Mon Sep 17 00:00:00 2001 From: Henri F Date: Sun, 22 Oct 2023 14:59:03 -0700 Subject: [PATCH] Update CONTRIBUTING.md with MacOS installation instructions (#1395) --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae46645c..de49ed1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,11 @@ sudo apt install yapf3 gettext ### MacOS -> _TODO: to be filled in by someone using a Mac._ +On MacOS with [Homebrew], you can install with: + +```shell +brew install yapf gettext +``` ### Windows @@ -36,6 +40,7 @@ On Windows, you can should use [Gettext binaries for Windows]. [`rustfmt`]: https://github.com/rust-lang/rustfmt [`yapf`]: https://github.com/google/yapf [`msgcat`]: https://www.gnu.org/software/gettext/manual/html_node/msgcat-Invocation.html +[Homebrew]: https://brew.sh/ [Gettext binaries for Windows]: https://mlocati.github.io/articles/gettext-iconv-windows.html ## Contributor License Agreement