From 78ebf2f9fbbd695c88074f7ce912355a28c02626 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Sep 2010 16:33:11 -0400 Subject: [PATCH] documentation update --- installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation.rst b/installation.rst index 40e6b87..2b21776 100644 --- a/installation.rst +++ b/installation.rst @@ -35,10 +35,10 @@ Python Interpreter And we can now install Python 2.7: :: - $ sudo brew install python ::framework + $ sudo brew install python --framework -The ``::framework`` option tells Homebrew to compile Python in Framework +The ``--framework`` option tells Homebrew to compile Python in Framework mode. The outdated version of Python that Snow Leopard comes packaged with is built as a Framework, so this helps avoid some future module installation bugs.