Revision 242e6bdd doc/devnotes.rst

b/doc/devnotes.rst
17 17
- `python-sphinx <http://sphinx.pocoo.org/>`_
18 18
  (tested with version 1.1.3)
19 19
- `python-mock <http://www.voidspace.org.uk/python/mock/>`_
20
  (tested with version 1.0.1)
20 21
- `graphviz <http://www.graphviz.org/>`_
21 22
- the `en_US.UTF-8` locale must be enabled on the system
22 23
- `pylint <http://www.logilab.org/857>`_ and its associated
......
48 49

  
49 50
     $ apt-get install python-setuptools automake git fakeroot
50 51
     $ apt-get install pandoc python-epydoc graphviz
51
     $ apt-get install python-yaml python-mock
52
     $ apt-get install python-yaml
52 53
     $ cd / && sudo easy_install \
53 54
               sphinx \
54 55
               logilab-astng==0.23.1 \
55 56
               logilab-common==0.58.0 \
56 57
               pylint==0.25.1 \
57 58
               pep8==1.2 \
59
               mock==1.0.1 \
58 60
               coverage
59 61

  
60 62
For Haskell development, again all things from the quick install

Also available in: Unified diff