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

pull/17351/head^2
Alexander Alekhin 5 years ago
commit d650b5cc5a
  1. 3
      doc/tutorials/introduction/documenting_opencv/documentation_tutorial.markdown

@ -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}
===========

Loading…
Cancel
Save