To develop app with OpenMV target, I use OpenMV IDE. You can download it on .
You also have installed Python on your computer. Then, you can install Python library for OpenMV, called pyusb. This is used for Python to communicate with the board. You can install it using this command.
$ pip install pyusb