File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Doing it Right
21
21
22
22
Let's install a real version of Python.
23
23
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
26
- `Command Line Tools <https://developer.apple.com/downloads/ >`_ (must have an
27
- Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme >`_
24
+ Before installing Python, you'll need to install a C compiler. A compiler can be
25
+ obtained by downloading `Xcode <http://developer.apple.com/xcode/ >`_, the
26
+ smaller `Command Line Tools <https://developer.apple.com/downloads/ >`_ (must
27
+ have an 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 ::
You can’t perform that action at this time.
0 commit comments