From 9dc5c58f620f3df749db1eaecbecf77a82cd07e6 Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Wed, 27 Aug 2014 11:49:37 +0400 Subject: [PATCH] Update py_setup_in_windows.rst --- doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.rst b/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.rst index 27d9039..1229255 100644 --- a/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.rst +++ b/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. -- 2.7.4