Revision 5ae4945a doc/devnotes.rst

b/doc/devnotes.rst
35 35
The same with pep8, other versions may give you errors::
36 36

  
37 37
     $ pep8 --version
38
     0.6.1
38
     1.2
39 39

  
40 40
To generate unittest coverage reports (``make coverage``), `coverage
41 41
<http://pypi.python.org/pypi/coverage>`_ needs to be installed.
......
49 49
               logilab-astng==0.20.1 \
50 50
               logilab-common==0.50.3 \
51 51
               pylint==0.21.1 \
52
               pep8==0.6.1 \
52
               pep8==1.2 \
53 53
               coverage
54 54

  
55 55
For Haskell development, again all things from the quick install

Also available in: Unified diff