c584d4e3db
Now shipping a py2exe version of python for windows. Linux/Macs should come with python pre-installed so they do not have a distrabution here.
4 lines
107 B
Batchfile
4 lines
107 B
Batchfile
echo off
|
|
@set PATH=%PATH%;%SystemDir%\system32;%SystemRoot%\System32;.\python\
|
|
python_fml install.py
|
|
pause
|