Browse Source

Merge pull request #462 from SimonSapin/patch-4

Install docs: pip vs. easy_install consistency
pull/463/head
Kenneth Reitz 13 years ago
parent
commit
6b4a86df3b
  1. 2
      docs/installation.rst

2
docs/installation.rst

@ -94,7 +94,7 @@ System-Wide Installation
------------------------
This is possible as well, though I do not recommend it. Just run
`easy_install` with root privileges::
`pip` with root privileges::
$ sudo pip install Flask

Loading…
Cancel
Save