From 1a5d942353783ec1231756450138e35c6ffe91ce Mon Sep 17 00:00:00 2001 From: Nathaniel Irons Date: Sun, 3 Apr 2016 11:53:21 -0700 Subject: [PATCH] Fix Xcode typo --- docs/starting/install/osx.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index b401c5560..03426c554 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -22,18 +22,18 @@ 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 +by downloading `Xcode `_, the smaller `Command Line Tools `_ (must have an Apple account) or the even smaller `OSX-GCC-Installer `_ package. .. note:: - If you already have XCode installed, do not install OSX-GCC-Installer. + If you already have Xcode installed, do not install OSX-GCC-Installer. In combination, the software can cause issues that are difficult to diagnose. .. note:: - If you perform a fresh install of XCode, you will also need to add the + If you perform a fresh install of Xcode, you will also need to add the commandline tools by running ``xcode-select --install`` on the terminal. While OS X comes with a large number of UNIX utilities, those familiar with