Skip to content

Commit 359e4b9

Browse files
committed
Don't specifically need gcc
1 parent 1caa6c7 commit 359e4b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/starting/install/osx.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Doing it Right
2121

2222
Let's install a real version of Python.
2323

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>`_
2828
package.
2929

3030
.. note::

0 commit comments

Comments
 (0)