Closed alan-mj-lin closed 4 years ago
Ooh sounds fun! I'll look into it.
how will the executable file get run? i'm thinking of just using a bash file. does it have to run on windows or will it be on mac?
todo:
So far I found that downloading a python installer and starting the graphical installer is possible: https://github.com/hchiam/learning-powershell/blob/master/test.ps1
final todo's:
@alan-mj-lin you'll have to test it out on a fresh PC. 1) get a copy of the easy-setup branch version of the Sporeas repo folder 2) save the Sporeas folder on the desktop 3) right click on Sporeas/setup-sporeas-pc.ps1 and choose run with powershell 4) if you see the security message, you might need to right click and choose again (do not respond to the override message)
@hchiam this is a purely windows solution yes? I'm ok with separate solutions that work with different OS but we will need one that works for Mac/Linux as well
@alan-mj-lin no, i made a mac version at the same time: https://github.com/alan-mj-lin/Sporeas/pull/88
@hchiam I will be testing this by uninstalling and installing python on my windows machine haha
Closing
@hchiam I'm wondering if we can some how create an executable or file of some sort that auto installs all necessary python packages for this app to run. Can you look into it?