summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index fdbc4d6d..2a98e193 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -69,13 +69,16 @@ Once done, you can build/install psutil with::
$ python setup.py install
-==================
-Installing on OS X
-==================
+=================
+Installing on OSX
+=================
-OS X installation from source will require gcc which you can obtain as part of
-the 'XcodeTools' installer from Apple. Then you can run the standard distutils
-commands.
+OSX installation from source will require gcc which you can obtain as part of
+the 'XcodeTools' installer from Apple:
+
+https://developer.apple.com/downloads/?name=Xcode
+
+Once you have installed XCode you can run the standard distutils commands.
To build only::
$ python setup.py build