0XDE57 / scales

a simple music learning tool
MIT License
4 stars 0 forks source link

Run the code? #1

Closed dtokkk closed 3 weeks ago

dtokkk commented 3 weeks ago

How can I run the code? Thanks

0XDE57 commented 3 weeks ago

oh, I suppose I forgot to add instructions...

  1. install python 3.
  2. install python-rtmidi library from pip: pip install python-rtmidi
  3. run: python scales.py

let me know if you need further direction.

0XDE57 commented 3 weeks ago

added build and run instructions to readme.

feel free to reopen if you run into issues.