Zulko / pianoputer

Use your computer keyboard as a "piano".
http://zulko.github.io/blog/2014/03/29/soundstretching-and-pitch-shifting-in-python/
Other
324 stars 92 forks source link

Added facility to install packages in easy way. #13

Closed mshingote closed 3 years ago

mshingote commented 3 years ago

I have created the requirements.txt file which contains packages required to run this project. One can install dependencies by using the following command: pip install -r requirements.txt

Zulko commented 3 years ago

Thanks for the suggestion, I don't want to freeze the version but I'll add a line in the readme to pip install scipy pygame.