Skip to content
Snippets Groups Projects
Commit f0eeeb2a authored by Michele Tartara's avatar Michele Tartara
Browse files

Fix error in the developer notes


The version numbers of two programs had been swapped.

Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarHelga Velroyen <helgav@google.com>
parent 6e71fbf6
No related branches found
No related tags found
No related merge requests found
...@@ -50,9 +50,9 @@ Installation of all dependencies listed here:: ...@@ -50,9 +50,9 @@ Installation of all dependencies listed here::
$ apt-get install python-yaml $ apt-get install python-yaml
$ cd / && sudo easy_install \ $ cd / && sudo easy_install \
sphinx \ sphinx \
logilab-astng==0.25.1 \ logilab-astng==0.23.1 \
logilab-common==0.58.0 \ logilab-common==0.58.0 \
pylint==0.23.1 \ pylint==0.25.1 \
pep8==1.2 \ pep8==1.2 \
coverage coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment