This commit is contained in:
Kenneth Reitz
2011-12-30 00:35:26 -05:00
parent 31493c7f43
commit 5d8691cef4
+1 -8
View File
@@ -6,13 +6,6 @@ Mac OS X
*Or, "Installing Python 2.7 via Homebrew".*
One of the reasons everybody loves Python is the interactive shell. It
basically allows you to execute Python commands in real time and
immediately get results back. Flask itself does not come with an
interactive shell, because it does not require any specific setup upfront,
just import your application and start playing around.
Package Manager
---------------
@@ -142,7 +135,7 @@ While Python has an extensive standard library, the set of packages available fr
$ wget http://python-distribute.org/distribute_setup.py
$ python distribute_setup.py
$ wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py
$ rm get-pip.py distribute_setup.py