Bleuzen / SpotRec

Spotify desktop client recorder for PulseAudio
MIT License
75 stars 17 forks source link

Add requirements.txt or similar to define dependencies #22

Open Aarkon opened 1 year ago

Aarkon commented 1 year ago

Let me start off by saying that I love your tool, honestly!

I ran into an issue though when I tried to clone this repo and run it in a debugger, because I can't figure out which libraries I need to install. The Deps: list in the script itself isn't that helpful to be honest:

All of this could be solved with a requirements.txt file or whatever sort of dependency management appeals to you.
Keep up the good work, I appreciate it!