Merge pull request #605 from almartin82/patch-1

add note about XCode commandline tools in initial mac guide
This commit is contained in:
Ian Cordasco
2015-10-20 12:50:40 -05:00
+4
View File
@@ -32,6 +32,10 @@ package.
In combination, the software can cause issues that are difficult to
diagnose.
.. note::
If you perform a fresh install of XCode, you will also need to add the
commandline tools by running ``xcode-select --install`` on the terminal.
While OS X comes with a large number of UNIX utilities, those familiar with
Linux systems will notice one key component missing: a decent package manager.
`Homebrew <http://brew.sh>`_ fills this void.