summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJohann C. Rocholl <johann@rocholl.net>2010-09-19 20:45:53 -0700
committerJohann C. Rocholl <johann@rocholl.net>2010-09-19 20:45:53 -0700
commit29968a6fa42ea2802118df92bd829344d910b8ae (patch)
treed888052195a69ec8b7f75722180112e11e304265 /README.rst
parent8d2d68790b6931833277cd671dfb8158962fac0c (diff)
downloadpep8-29968a6fa42ea2802118df92bd829344d910b8ae.tar.gz
Release 0.6.0.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 81fd9cf..e8ad376 100644
--- a/README.rst
+++ b/README.rst
@@ -22,14 +22,25 @@ Features
* Small: Just one Python file, requires only stdlib. You can use just
the pep8.py file for this purpose.
-* Easy_installable, of course!
-
+* Comes with a comprehensive test suite.
Installation
------------
-Just an ``easy_install pep8`` ought to do the trick.
+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
+
+There's also a package for Debian/Ubuntu, but it's not always the
+latest version::
+ $ sudo apt-get install pep8
Example usage and output
------------------------