summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-14 00:26:27 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-14 00:26:27 +0200
commit60ced5bd6b0265760818ee0e48909105ddd1fcb6 (patch)
treea548e5a5f4b834bdb96bc5127aeb94d956d966f6 /README.rst
parent74438ca213ef71e94029c4c7f7a5efe8a6fdd5ec (diff)
downloadpep8-60ced5bd6b0265760818ee0e48909105ddd1fcb6.tar.gz
Minor update of the README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index b212dad..6387b0e 100644
--- a/README.rst
+++ b/README.rst
@@ -29,13 +29,9 @@ Installation
You can install, upgrade, uninstall pep8.py with these commands::
- $ sudo pip install pep8
- $ sudo pip install --upgrade pep8
- $ sudo pip uninstall pep8
-
-Or if you don't have `pip`::
-
- $ sudo easy_install pep8
+ $ pip install pep8
+ $ pip install --upgrade pep8
+ $ pip uninstall pep8
There's also a package for Debian/Ubuntu, but it's not always the
latest version::
@@ -89,7 +85,7 @@ Or you can display how often each error was found::
Quick help is available on the command line::
$ pep8 -h
- Usage: pep8.py [options] input ...
+ Usage: pep8 [options] input ...
Options:
--version show program's version number and exit