From f777c7057fa80ee37e4f565cc8fd96e44680e69e Mon Sep 17 00:00:00 2001 From: Eric Semeniuc <3838856+esemeniuc@users.noreply.github.com> Date: Tue, 19 Mar 2019 14:35:28 -0700 Subject: [PATCH] Fixed typo in python_module.md (#1144) --- doc/modules/python_module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/python_module.md b/doc/modules/python_module.md index a010ba8a..a3d88f0b 100644 --- a/doc/modules/python_module.md +++ b/doc/modules/python_module.md @@ -50,7 +50,7 @@ If run via the command line, you may need to run cmake twice in order for this c ## Installation -Check [doc/installation.md#python-module](../installation.md#python-api) for installation steps. +Check [doc/installation.md#python-api](../installation.md#python-api) for installation steps. The Python API requires python-dev, Numpy (for array management), and OpenCV (for image loading). They can be installed via: