1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #17339 from hunter-college-ossd-spr-2020:pylint-note

This commit is contained in:
Alexander Alekhin
2020-05-21 13:53:29 +00:00
@@ -51,6 +51,9 @@ Generate documentation {#tutorial_documentation_generate}
@code{.sh}
make check_pylint
@endcode
@note [Pylint](https://www.pylint.org/#install) must be installed before running cmake to be
able to test Python code. You can install using your system's package manager, or with pip:
@code{.sh} pip install pylint @endcode
Quick start {#tutorial_documentation_quick_start}
===========