mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
add pylint install note
This commit is contained in:
parent
cb82388a84
commit
b624da27bd
@ -51,6 +51,9 @@ Generate documentation {#tutorial_documentation_generate}
|
|||||||
@code{.sh}
|
@code{.sh}
|
||||||
make check_pylint
|
make check_pylint
|
||||||
@endcode
|
@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}
|
Quick start {#tutorial_documentation_quick_start}
|
||||||
===========
|
===========
|
||||||
|
Loading…
Reference in New Issue
Block a user