From a485ad6c3ee8df8f9d4345899bdd897f3d519a19 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 20 Jan 2012 16:33:50 +0100 Subject: [PATCH] add homebrew to macosx Signed-off-by: Nico Schottelius --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 3ab11928..f8ee411b 100644 --- a/README +++ b/README @@ -135,7 +135,13 @@ If you want to ensure nothing breaks you must set back the python version to wha #### Max OS X -Ensure you have port installed and configured (http://www.macports.org/install.php). +You can choose between Homebrew and Macports, either way works: + +[Homebrew](http://mxcl.github.com/homebrew/) variant: + + brew install python3 + +[Macports](http://www.macports.org/install.php) variant: port install python32 ln -s /opt/local/bin/python3.2 /opt/local/bin/python3