documentation update

This commit is contained in:
Kenneth Reitz
2010-09-15 16:33:11 -04:00
parent 36b6cc999d
commit 78ebf2f9fb
+2 -2
View File
@@ -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.