summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7159110f4..a36072f94 100644
--- a/README.rst
+++ b/README.rst
@@ -40,6 +40,14 @@ Installation should be as simple as ::
python -m pip install astroid
+Pylint requires isort package (the later the better).
+
+* https://github.com/timothycrosley/isort
+
+Installation should be as simple as ::
+
+ python -m pip install isort
+
If you want to install from a source distribution, extract the tarball and run
the following commands ::