diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-14 00:26:27 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-14 00:26:27 +0200 |
commit | 60ced5bd6b0265760818ee0e48909105ddd1fcb6 (patch) | |
tree | a548e5a5f4b834bdb96bc5127aeb94d956d966f6 /README.rst | |
parent | 74438ca213ef71e94029c4c7f7a5efe8a6fdd5ec (diff) | |
download | pep8-60ced5bd6b0265760818ee0e48909105ddd1fcb6.tar.gz |
Minor update of the README.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |