greatscottgadgets / cynthion

USB test instrument
https://greatscottgadgets.com/cynthion/
BSD 3-Clause "New" or "Revised" License
92 stars 21 forks source link

docs: Document requirement to install libusb separately on OSX/macOS #132

Closed martinling closed 4 months ago

martinling commented 4 months ago

On OSX/macOS, installing the libusb1 python package does not bring the native dylib with it, so it's necessary to install libusb through Homebrew, Macports or some other route.

mossmann commented 4 months ago

My opinion after researching #136 is that we should instruct the user to install both libusb and Python with Homebrew:

brew install python libusb