Don't specifically need gcc

This commit is contained in:
Tim D. Smith
2016-09-22 12:40:43 -07:00
parent 1caa6c7750
commit 359e4b9e3d
+4 -4
View File
@@ -21,10 +21,10 @@ Doing it Right
Let's install a real version of Python. Let's install a real version of Python.
Before installing Python, you'll need to install GCC. GCC can be obtained Before installing Python, you'll need to install a C compiler. A compiler can be
by downloading `Xcode <http://developer.apple.com/xcode/>`_, the smaller obtained by downloading `Xcode <http://developer.apple.com/xcode/>`_, the
`Command Line Tools <https://developer.apple.com/downloads/>`_ (must have an smaller `Command Line Tools <https://developer.apple.com/downloads/>`_ (must
Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme>`_ have an Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme>`_
package. package.
.. note:: .. note::