Closed
Description
I'm seeing a lot of people in the discord asking for help with installation instructions, I think we should have a simple easy_run.bat
script or the likes that would;
- Check the installed python version(s), pick a compatible one, or;
- Install a compatible python version (maybe after "press Y to install python")
- Create a venv, and install dependencies inside of it, or just verify its there
- Launch the program
This script could be hailed with a CMD ./easy_run.bat
, or a double-click.
This script should be entirely temporary to the alpha stage and should be removed once we start doing packaged releases (releases with .exe binaries/installs bundled with them).