third_party.pylibs.pylint.src/doc/user_guide/installation.rst

27 lines
438 B
ReStructuredText

Installation
------------
Python packages
'''''''''''''''
Pylint should be easily installable using pip.
.. code-block:: sh
python -m pip install pylint
Source distribution installation
''''''''''''''''''''''''''''''''
From the source distribution, extract the tarball, go to the extracted
directory and simply run ::
python setup.py install
Or you can install it in editable mode, using ::
python setup.py develop