Created
January 24, 2017 18:33
-
-
Save jaraco/eb1bcf71fc4cf30778a837d4c96d1c5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rwt pylint | |
Collecting pylint | |
Using cached pylint-1.6.5-py2.py3-none-any.whl | |
Collecting six (from pylint) | |
Using cached six-1.10.0-py2.py3-none-any.whl | |
Collecting astroid<1.5.0,>=1.4.5 (from pylint) | |
Using cached astroid-1.4.9-py2.py3-none-any.whl | |
Collecting mccabe (from pylint) | |
Using cached mccabe-0.6.0-py2.py3-none-any.whl | |
Collecting isort>=4.2.5 (from pylint) | |
Using cached isort-4.2.5-py2.py3-none-any.whl | |
Collecting lazy-object-proxy (from astroid<1.5.0,>=1.4.5->pylint) | |
Using cached lazy-object-proxy-1.2.2.tar.gz | |
Collecting wrapt (from astroid<1.5.0,>=1.4.5->pylint) | |
Using cached wrapt-1.10.8.tar.gz | |
Installing collected packages: six, lazy-object-proxy, wrapt, astroid, mccabe, isort, pylint | |
Running setup.py install for lazy-object-proxy ... done | |
Running setup.py install for wrapt ... done | |
Successfully installed astroid-1.4.9 isort-4.2.5 lazy-object-proxy-1.2.2 mccabe-0.6.0 pylint-1.6.5 six-1.10.0 wrapt-1.10.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment