1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #3162 from alekcac:fix_in_py_tutor

This commit is contained in:
Vadim Pisarevsky
2014-08-28 10:39:52 +00:00
@@ -30,7 +30,7 @@ Installing OpenCV from prebuilt binaries
7. Goto **opencv/build/python/2.7** folder.
8. Copy **cv2.pyd** to **C:/Python27/lib/site-packeges**.
8. Copy **cv2.pyd** to **C:/Python27/lib/site-packages**.
9. Open Python IDLE and type following codes in Python terminal.