| Line | |
|---|
| 1 | ========================= |
|---|
| 2 | logilab.installer package |
|---|
| 3 | ========================= |
|---|
| 4 | |
|---|
| 5 | .. contents:: |
|---|
| 6 | |
|---|
| 7 | What is logilab.pylintinstaller ? |
|---|
| 8 | ================================= |
|---|
| 9 | |
|---|
| 10 | This package bundles all dependencies required to install pylint. |
|---|
| 11 | |
|---|
| 12 | pylint is a great QA tool, see: |
|---|
| 13 | |
|---|
| 14 | http://www.logilab.org/project/name/pylint |
|---|
| 15 | |
|---|
| 16 | This package is an "unofficial" bundle made to ease pylint 0.14 installation under various platform. |
|---|
| 17 | If you are using a debian-like ior a suze-like platform, use the deb packages provided by Logilab. |
|---|
| 18 | |
|---|
| 19 | How to use logilab.pylintinstaller ? |
|---|
| 20 | ==================================== |
|---|
| 21 | |
|---|
| 22 | Make sure you don't have logilab-astng and logilab-common packages installed. Otherwise, remove them. |
|---|
| 23 | |
|---|
| 24 | Then install logilab.pylintinstaller with easy_install:: |
|---|
| 25 | |
|---|
| 26 | $ easy_install logilab.pylintinstaller |
|---|
| 27 | |
|---|
| 28 | Or with the distutils command line tool from within the folder:: |
|---|
| 29 | |
|---|
| 30 | $ python setup.py install |
|---|
| 31 | |
|---|
| 32 | The pylint command should then be available. |
|---|