Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README with mac m1 pro install guide link #18

Merged
merged 1 commit into from Oct 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -44,6 +44,8 @@ install tk: `brew install python-tk`
install rt-midi: `pip install python-rtmidi`
install pyaudio: `pip install pyaudio`

If the last step fails with the error `ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects`, and you are on a M1 Pro chipset, follow [these instructions](https://i.stack.imgur.com/Xn0bm.png).

**Set OP-Z device as input in sound of system preferences**

open terminal and type: `python3 underbridge.py` to start
Expand Down