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
22
22
Let's install a real version of Python.
23
23
24
24
Before 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
26
26
`Command Line Tools <https://developer.apple.com/downloads/ >`_ (must have an
27
27
Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme >`_
28
28
package.
29
29
30
30
.. 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.
32
32
In combination, the software can cause issues that are difficult to
33
33
diagnose.
34
34
35
35
.. 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
37
37
commandline tools by running ``xcode-select --install `` on the terminal.
38
38
39
39
While 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