diff --git a/README.md b/README.md index 79947c6..d9564c5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - On Linux: ``./underbridge`` + Underbridge_alt was packaged on a different system. Might help if you run into problems. (Outdated) ## Installation _(Less easy way)_ @@ -32,6 +33,18 @@ Underbridge_alt was packaged on a different system. Might help if you run into p - run `python underbridge.py` +### Mac Install - ( tested on Mac OS Monterey 12.3 ) + +install portaudio: `brew install portaudio` +install mido: `pip install mido` +install tk: `brew install python-tk` +install rt-midi: `pip install python-rtmidi` +install pyaudio: `pip install pyaudio` + +**Set OP-Z device as input in sound of system preferences** + +open terminal and type: `python3 underbridge.py` to start + ### Ubuntu 20.10 LTS - `sudo apt install portaudio19-dev` diff --git a/underbridge_mac.png b/underbridge_mac.png new file mode 100644 index 0000000..50fb29b Binary files /dev/null and b/underbridge_mac.png differ