third_party.pylibs.pylint.src/doc/user_guide/installation.rst
Adam Parkin 04cf3f8298 Make some minor revisions/corrections to the docs (#2542)
Makes some minor revisions & grammatical corrections to the docs.  Some
notable items:

- tries to make references to PEP 8 consistent (rather than PEP-8, PEP 8,
  PEP-08, etc)
- general typos
2018-10-10 09:19:24 +03:00

28 lines
446 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