OpenCV3.0.0 - VS15 - Python installation
My operating system: Windows 7
I've downloaded and extracted OpenCV3.0.0, I have created an environment variable and added it to the systems path.
I've also downloaded Visual Studio 2015. And I have installed Python 3.5 (adding it to the path in the process)
What is the next step towards getting things up and running so I can start to develop Python applications invoking OpenCV functions within the Visual Studio IDE?
Thank you