File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ Doing it Right
2222Let's install a real version of Python.
2323
2424Before installing Python, you'll need to install GCC. GCC can be obtained
25- by downloading `XCode <http://developer.apple.com/xcode/ >`_, the smaller
25+ by downloading `Xcode <http://developer.apple.com/xcode/ >`_, the smaller
2626`Command Line Tools <https://developer.apple.com/downloads/ >`_ (must have an
2727Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme >`_
2828package.
2929
3030.. note ::
31- If you already have XCode installed, do not install OSX-GCC-Installer.
31+ If you already have Xcode installed, do not install OSX-GCC-Installer.
3232 In combination, the software can cause issues that are difficult to
3333 diagnose.
3434
3535.. note ::
36- If you perform a fresh install of XCode , you will also need to add the
36+ If you perform a fresh install of Xcode , you will also need to add the
3737 commandline tools by running ``xcode-select --install `` on the terminal.
3838
3939While OS X comes with a large number of UNIX utilities, those familiar with
You can’t perform that action at this time.
0 commit comments