summaryrefslogtreecommitdiff
path: root/README.Python3
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
committerDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
commit34e999fc8d56fdeadda39bb8f7122e203af7d869 (patch)
tree85c406f60ea59578241ac0959591720d07fa0fda /README.Python3
parentb4a281669859719bf13e01b81c6d979fcc0ea2d7 (diff)
downloadpylint-34e999fc8d56fdeadda39bb8f7122e203af7d869.tar.gz
astng has been renamed astroid
Diffstat (limited to 'README.Python3')
-rw-r--r--README.Python32
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Python3 b/README.Python3
index ccc9297..aee0f2b 100644
--- a/README.Python3
+++ b/README.Python3
@@ -20,7 +20,7 @@ build step when invoked by the python3 interpreter::
In order to run pylint locally, you have to install the dependencies::
easy_install-3.2 logilab-common
- easy_install-3.2 logilab-astng
+ easy_install-3.2 astroid
Debian