Skip to content

Commit 6b432b4

Browse files
committed
Merge pull request opencv#8508 from vskarlsruhe:patch-5
2 parents 8532180 + ef033be commit 6b432b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Installing OpenCV from prebuilt binaries
1515

1616
-# Below Python packages are to be downloaded and installed to their default locations.
1717

18-
-# [Python-2.7.x](http://python.org/ftp/python/2.7.5/python-2.7.5.msi).
18+
-# [Python-2.7.x](http://www.python.org/ftp/python/2.7.13/python-2.7.13.msi).
1919

20-
-# [Numpy](http://sourceforge.net/projects/numpy/files/NumPy/1.7.1/numpy-1.7.1-win32-superpack-python2.7.exe/download).
20+
-# [Numpy](https://sourceforge.net/projects/numpy/files/NumPy/1.10.2/numpy-1.10.2-win32-superpack-python2.7.exe/download).
2121

22-
-# [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*).
22+
-# [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*).
2323

2424
-# Install all packages into their default locations. Python will be installed to `C:/Python27/`.
2525

26-
-# After installation, open Python IDLE. Enter import numpy and make sure Numpy is working fine.
26+
-# After installation, open Python IDLE. Enter **import numpy** and make sure Numpy is working fine.
2727

2828
-# Download latest OpenCV release from [sourceforge
2929
site](http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.6/OpenCV-2.4.6.0.exe/download)

0 commit comments

Comments
 (0)