third_party.pylibs.pylint.src/doc/user_guide/installation.rst
2018-06-04 10:06:58 -07:00

29 lines
447 B
ReStructuredText

.. _installation:
Installation
------------
Python packages
'''''''''''''''
Pylint should be easily installable using pip.
.. code-block:: sh
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