summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-18 23:10:49 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-18 23:10:49 +0100
commitf02e6970ad42a4f7f714a156afd283db32dab88f (patch)
tree784c4264f98824ff7888afc1afc8f0fab2b9b486
parentbcefb5856b29175f651501f4de681b1153257c2a (diff)
downloadpep8-f02e6970ad42a4f7f714a156afd283db32dab88f.tar.gz
More instructions in the README
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 826c4cb..4cd0cf5 100644
--- a/README.rst
+++ b/README.rst
@@ -155,12 +155,10 @@ There's also a shortcut for checking a single file::
print("Found %s errors (and warnings)" % file_errors)
-
Feedback
--------
-Your feedback is more than welcome. Write email to
-johann@rocholl.net or post bugs and feature requests on github:
+Your feedback is more than welcome. Post bugs and feature requests on github:
http://github.com/jcrocholl/pep8/issues
@@ -174,3 +172,9 @@ Source download
The source code is currently available on github. Fork away!
http://github.com/jcrocholl/pep8/
+
+Then be sure to pass the tests::
+
+ $ python pep8.py --testsuite testsuite
+ $ python pep8.py --doctest
+ $ python pep8.py --verbose pep8.py