From cf977c1989ece73ed5ecf91ef2cb8818778d5789 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 18 Mar 2018 13:34:41 -0400 Subject: [PATCH] Update warning for missing C compiler on macOS --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2bfa07578..be3e3d1b0 100644 --- a/setup.py +++ b/setup.py @@ -68,10 +68,10 @@ Fedora users should issue the following command: $ sudo dnf install gcc python-devel -If you are seeing this message on OSX please read the documentation -here: +MacOS users should run: + + $ xcode-select --install -http://api.mongodb.org/python/current/installation.html#osx ******************************************************************** """ -- 2.47.2