vorlie / IotaPlayer

A feature-rich music player application with playlist management, playback controls, song information display, volume and progress tracking, Discord integration, and more.
MIT License
1 stars 1 forks source link

Version Specific Installation & Additional Unmentioned Dependency #13

Closed D-Maxwell closed 1 month ago

D-Maxwell commented 1 month ago

in order to ensure that libraries are available to pyinstaller, one ought to call pip through the py shorthand, which calls the main python version that the aforementioned module will default to.

additionally, matplotlib is another dependency that is required by IotaPlayer to successfully build and run.

vorlie commented 1 month ago

thank you