From 359e4b9e3d066d3f3f9c10dbad2af5bf4e78220a Mon Sep 17 00:00:00 2001 From: "Tim D. Smith" Date: Thu, 22 Sep 2016 12:40:43 -0700 Subject: [PATCH] Don't specifically need gcc --- docs/starting/install/osx.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index b6eb135..3d14254 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -21,10 +21,10 @@ Doing it Right Let's install a real version of Python. -Before installing Python, you'll need to install GCC. GCC can be obtained -by downloading `Xcode `_, the smaller -`Command Line Tools `_ (must have an -Apple account) or the even smaller `OSX-GCC-Installer `_ +Before installing Python, you'll need to install a C compiler. A compiler can be +obtained by downloading `Xcode `_, the +smaller `Command Line Tools `_ (must +have an Apple account) or the even smaller `OSX-GCC-Installer `_ package. .. note::