root / logilab.pylintinstaller / README.txt

Revision 231:c695d9114174, 0.9 kB (checked in by tziade@…, 9 months ago)

added clean trunk

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