summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-03-01 19:52:32 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-03-01 19:52:32 +0100
commit0d1927b47493d6ad4b2fd080ccf1fd95b59ee8c5 (patch)
treefc00fc774805ee2ef4cfe40833641f58024175ca /INSTALL.rst
parent5a0857cd324f408817379e191ac2cef712d141dd (diff)
downloadpsutil-0d1927b47493d6ad4b2fd080ccf1fd95b59ee8c5.tar.gz
update OSX install instructions
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