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
20
20
21
21
Let's install a real version of Python.
22
22
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.
26
28
27
29
While Lion comes with a large number of UNIX utilities, those familiar with
28
30
Linux systems will notice one key component missing: a decent package manager.
You can’t perform that action at this time.
0 commit comments