summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 9 insertions, 4 deletions
diff --git a/README b/README
index 3708738..045318f 100644
--- a/README
+++ b/README
@@ -26,14 +26,19 @@ or read the archives at https://mail.python.org/pipermail/code-quality/
Install
-------
-Pylint requires the astroid (the later the better; formerly known as
-logilab-astng) and logilab-common (version >= 0.53) packages.
+Pylint requires astroid package (the later the better).
* https://bitbucket.org/logilab/astroid
-* https://www.logilab.org/project/logilab-common
-From the source distribution, extract the tarball and run ::
+Installation should be as simple as ::
+ python -m pip install astroid
+
+
+If you want to install from a source distribution, extract the tarball and run
+the following commands ::
+
+ hg update master
python setup.py install
You'll have to install dependencies in a similar way. For debian and