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.