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
commit43917576d8a30c6c52a55e0be7de3ea6f0025fe8 (patch)
treef32e9825012e637c79cd6a6e178567f244e7a9a2
parent5bd017807147f636da44a948040565cf7faaf237 (diff)
downloadpylint-43917576d8a30c6c52a55e0be7de3ea6f0025fe8.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