mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Don't specifically need gcc
This commit is contained in:
@@ -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::
|
||||||
|
|||||||
Reference in New Issue
Block a user