Merge pull request #3162 from alekcac:fix_in_py_tutor

pull/3165/merge
Vadim Pisarevsky 10 years ago
commit 83a0f0ddb1
  1. 2
      doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.rst

@ -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.

Loading…
Cancel
Save