Revision bd341bff doc/devnotes.rst

b/doc/devnotes.rst
48 48
Installation of all dependencies listed here::
49 49

  
50 50
     $ apt-get install python-setuptools automake git fakeroot
51
     $ apt-get install pandoc python-epydoc graphviz
51
     $ apt-get install pandoc python-epydoc graphviz python-sphinx
52 52
     $ apt-get install python-yaml
53
     $ cd / && sudo easy_install \
54
               sphinx \
53
     $ cd / && easy_install \
55 54
               logilab-astng==0.24.1 \
56 55
               logilab-common==0.58.3 \
57 56
               pylint==0.26.0 \
......
91 90
        libghc-test-framework-dev \
92 91
        libghc-test-framework-quickcheck2-dev \
93 92
        libghc-test-framework-hunit-dev \
94
        libghc-temporary-dev \
93
        libghc-temporary-dev shelltestrunner \
95 94
        hscolour hlint
96 95

  
97 96
Or alternatively via ``cabal``::

Also available in: Unified diff