summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-11-22 13:49:27 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-11-22 13:49:27 +0200
commit2fc6f58d5f5fb890f016283c66e7980fa79beac9 (patch)
tree725148e3bb8b1b1228a9399fc5c5a5c67a07c688
parente648e23980d361c8504d41d6b94f9659199ce060 (diff)
downloadpylint-2fc6f58d5f5fb890f016283c66e7980fa79beac9.tar.gz
Improve the install section of the README, by specifying pip and how to use the master development head.
-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