From 2fc6f58d5f5fb890f016283c66e7980fa79beac9 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 22 Nov 2015 13:49:27 +0200 Subject: Improve the install section of the README, by specifying pip and how to use the master development head. --- README | 13 +++++++++---- 1 file 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 -- cgit v1.2.1