Closed mhoangvslev closed 6 years ago
Hi I just committed a patch. You can just use (sudo) pip install pianoplayer and run it with pianoplayer file.xml
Thank you, I wonder if there is a windows-friendly approach to use it?
I never used windows. :-) I guess the friendliest would be using anaconda (?)
I think you should keep the previous commit as a separated branch for Windows users
doesn't the latest one work with windows?
@marcomusy When I run the binary under console, Windows prompts me to choose a program to execute.
if with binary you refer to the 'pianoplayer' file, then this is not a binary but a python script without the .py extension (see e.g. https://docs.python.org/3.3/using/windows.html#shebang-lines ) What if you try python pianoplayer or py pianoplayer ?
Pardon my Python skills :)
I ran this command on Windows python setup.py install
How can I launch the program?