From 5d8691cef4af361270ff02fc689cfc525679b0ef Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 30 Dec 2011 00:35:26 -0500 Subject: [PATCH] bunk --- docs/starting/installation.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index 16ad7e2..4b8477c 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -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