Installing Python 3.6x and OpenCV 3.4 on Windows 10 HD
Python - https://www.python.org/ (NOTE: Remember to add Python to your PATH using checkbox or under environment variables) Windows Binaries - https://www.lfd.uci.edu/~gohlke/pythonlibs/ (Download - numpy, matplotlib and opencv) Commands: To look for Python and pip3 locations - where python where pip3 To install wheel package (Navigate to download location) : pip3 install name_of_package.whl