From ef033be59d2c4b3c05615f510a3d3d53a7576fb2 Mon Sep 17 00:00:00 2001 From: vskarlsruhe Date: Mon, 3 Apr 2017 11:58:22 +0200 Subject: [PATCH] Update py_setup_in_windows.markdown updated links for python, numpy and matplotlib --- .../py_setup_in_windows/py_setup_in_windows.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown b/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown index 3ff4e82e8c..23c5706cd2 100644 --- a/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown +++ b/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown @@ -15,15 +15,15 @@ Installing OpenCV from prebuilt binaries -# Below Python packages are to be downloaded and installed to their default locations. - -# [Python-2.7.x](http://python.org/ftp/python/2.7.5/python-2.7.5.msi). + -# [Python-2.7.x](http://www.python.org/ftp/python/2.7.13/python-2.7.13.msi). - -# [Numpy](http://sourceforge.net/projects/numpy/files/NumPy/1.7.1/numpy-1.7.1-win32-superpack-python2.7.exe/download). + -# [Numpy](https://sourceforge.net/projects/numpy/files/NumPy/1.10.2/numpy-1.10.2-win32-superpack-python2.7.exe/download). - -# [Matplotlib](https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.3.0/matplotlib-1.3.0.win32-py2.7.exe) (*Matplotlib is optional, but recommended since we use it a lot in our tutorials*). + -# [Matplotlib](https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.5.0/windows/matplotlib-1.5.0.win32-py2.7.exe/download) (*Matplotlib is optional, but recommended since we use it a lot in our tutorials*). -# Install all packages into their default locations. Python will be installed to `C:/Python27/`. --# After installation, open Python IDLE. Enter import numpy and make sure Numpy is working fine. +-# After installation, open Python IDLE. Enter **import numpy** and make sure Numpy is working fine. -# Download latest OpenCV release from [sourceforge site](http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.6/OpenCV-2.4.6.0.exe/download) -- GitLab