Update py_setup_in_windows.rst

This commit is contained in:
Alexander Shishkov 2014-08-27 11:49:37 +04:00
parent 2811d40840
commit 9dc5c58f62

View File

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