diff options
author | Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com> | 2016-04-30 06:07:15 -0500 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-04-30 14:07:15 +0300 |
commit | 9812c5a49ae430945e9ad5dde7ec523904498805 (patch) | |
tree | f7f6b9972ee055ce8986be6d81209572f15edf38 /README.rst | |
parent | 2b9afbb95722ef3b76c0649c01a2d8066f812327 (diff) | |
download | pylint-git-9812c5a49ae430945e9ad5dde7ec523904498805.tar.gz |
[REF] import-checkers: Use of isort (#879)
Use the isort library for wrong-import-order checker.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
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 ::
|