lallulli / songpress

Songpress
https://www.skeed.it/songpress
Other
29 stars 6 forks source link

Avoid failure while installing requirements.txt on Linux #60

Closed SamuMazzi closed 5 months ago

SamuMazzi commented 5 months ago

I noticed that trying to execute pip install -r requirements.txt fails when installing pywin32 because obviously it's not running on a Windows OS, so I put a condition on that line to install it only if on the right OS.

lallulli commented 5 months ago

Thank you Samuele!