bkerler/edl

macOS instructions are incomplete; assumes python-setuptools are already installed

rmohns opened this issue · 1 comments

The instructions for macOS are incomplete; they will fail if python-setuptools is not already installed.

Consider modifying this:

brew install libusb git

to this:

brew install libusb git
brew install python-setuptools