Revision 099e9213 doc/devnotes.rst

b/doc/devnotes.rst
29 29
must be used::
30 30

  
31 31
    $ pylint --version
32
    pylint 0.21.1,
33
    astng 0.20.1, common 0.50.3
32
    pylint 0.25.1,
33
    astng 0.23.1, common 0.58.0
34 34

  
35 35
The same with pep8, other versions may give you errors::
36 36

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

  
40
Both these versions are the ones shipped with Debian Wheezy.
41

  
40 42
To generate unittest coverage reports (``make coverage``), `coverage
41 43
<http://pypi.python.org/pypi/coverage>`_ needs to be installed.
42 44

  
......
46 48
     $ apt-get install pandoc python-epydoc graphviz
47 49
     $ cd / && sudo easy_install \
48 50
               sphinx \
49
               logilab-astng==0.20.1 \
50
               logilab-common==0.50.3 \
51
               pylint==0.21.1 \
51
               logilab-astng==0.25.1 \
52
               logilab-common==0.58.0 \
53
               pylint==0.23.1 \
52 54
               pep8==1.2 \
53 55
               coverage
54 56

  

Also available in: Unified diff