How do I run an installed Python module on Windows?
问题 I am working with a Point Grey camera (Grasshopper3) and I analyse the images using OpenCV in Python. Point Grey cameras come with an API in C named flycapture. I found python bindings for the flycapture v2 api on GitHub (pyflycapture2) and they provide installation instructions for Unix systems, but since I'm on Windows, I cannot use the awesome apt-get command. Here is the instructions provided: mkdir ~/git cd ~/git git clone https://github.com/peterpolidoro/pyflycapture2.git sudo apt-get