Skip to content

Instantly share code, notes, and snippets.

@lorddev
Last active August 9, 2026 19:52
Show Gist options
  • Select an option

  • Save lorddev/e3d49edad7b787752410b2f468d0b1ff to your computer and use it in GitHub Desktop.

Select an option

Save lorddev/e3d49edad7b787752410b2f468d0b1ff to your computer and use it in GitHub Desktop.
Installing and running EasyABC on macOS
git clone https://github.com/aupfred/EasyABC.git
pip3 install -U wxPython
pip3 install -U py2app
pip3 install pyparsing
brew install fluidsynth
brew install ghostscript

Download: https://abcplus.sourceforge.net/#abcmidi

Run from source:

python3 ./easy_abc.py
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment