Skip to content

Commit 5d8691c

Browse files
author
Kenneth Reitz
committed
bunk
1 parent 31493c7 commit 5d8691c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/starting/installation.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ Mac OS X
66

77
*Or, "Installing Python 2.7 via Homebrew".*
88

9-
One of the reasons everybody loves Python is the interactive shell. It
10-
basically allows you to execute Python commands in real time and
11-
immediately get results back. Flask itself does not come with an
12-
interactive shell, because it does not require any specific setup upfront,
13-
just import your application and start playing around.
14-
15-
169
Package Manager
1710
---------------
1811

@@ -142,7 +135,7 @@ While Python has an extensive standard library, the set of packages available fr
142135
143136
$ wget http://python-distribute.org/distribute_setup.py
144137
$ python distribute_setup.py
145-
$ wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
138+
$ wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
146139
$ python get-pip.py
147140
$ rm get-pip.py distribute_setup.py
148141

0 commit comments

Comments
 (0)