diracdeltas / spleeter4max

separate audio in ableton into stems using Spleeter
https://youtu.be/4pcJoI5CUOA
547 stars 51 forks source link

Add installation check script #23

Closed codytowstik closed 4 years ago

codytowstik commented 4 years ago

This may be useful as a initial triage tool... would need a note somewhere in readme

diracdeltas commented 4 years ago

nice!! this is awesome. does windows ever install python 3.x as python3 instead of python? i was hesitant to hard-code python commands on mac because it could be either one.

diracdeltas commented 4 years ago

this is awesome. does windows ever install python 3.x as python3 instead of python? i was hesitant to hard-code python commands on mac because it could be either one.

i guess what i'm asking is in the README, how should we suggest people run this? ./check-install.py or python/python3 check-install.py?

codytowstik commented 4 years ago

I don't really use windows either, just happens to be what my Ableton setup is on right now, so i'm not sure 100%... buttt according to my limited experience and the docs I believe - and was surprised to find out - it is py check-install.py and then the shebang at the top will ensure it is run with python3 if they have 2 and 3 installed.

codytowstik commented 4 years ago

Closing because this is the wrong branch... pushing to native branch.