summaryrefslogtreecommitdiff
path: root/README
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
parentb4a281669859719bf13e01b81c6d979fcc0ea2d7 (diff)
downloadpylint-34e999fc8d56fdeadda39bb8f7122e203af7d869.tar.gz
astng has been renamed astroid
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 582d586..2d8248e 100644
--- a/README
+++ b/README
@@ -21,10 +21,10 @@ or read the archives at http://lists.python.org/pipermail/code-quality/
Install
-------
-Pylint requires the astng (the later the better) and logilab-common (version >=
-0.53) packages.
+Pylint requires the astroid (the later the better; used to be called
+logilab-astng) and logilab-common (version >= 0.53) packages.
-* https://bitbucket.org/logilab/astng
+* https://bitbucket.org/logilab/astroid
* http://www.logilab.org/projects/common
From the source distribution, extract the tarball and run ::