File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ Doing it Right
2020
2121Let's install a real version of Python.
2222
23- First, you'll need to have GCC installed to compile Python. You can either get
24- this from `XCode <http://developer.apple.com/xcode/ >`_ or the smaller
25- `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme >`_ package.
23+ Before installing Python, you'll need to install GCC. GCC can be obtained
24+ by downloading `XCode <http://developer.apple.com/xcode/ >`_, the smaller
25+ `Command Line Tools <https://developer.apple.com/downloads/ >`_ (must have an
26+ Apple account) or the even smaller `OSX-GCC-Installer <https://github.com/kennethreitz/osx-gcc-installer#readme >`_
27+ package.
2628
2729While Lion comes with a large number of UNIX utilities, those familiar with
2830Linux systems will notice one key component missing: a decent package manager.
You can’t perform that action at this time.
0 commit comments