mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
12 lines
378 B
Bash
Executable File
12 lines
378 B
Bash
Executable File
powershell Install-WindowsFeature Net-Framework-Core
|
|
cinst -y --forcex86 python3
|
|
cinst -y --forcex86 openssl.light
|
|
cp -v /c/Program\ Files/OpenSSL/*.dll /c/Python37/DLLs
|
|
export PATH=$PATH:/c/Python37/scripts
|
|
cinst -y wixtoolset
|
|
pip install --upgrade pip
|
|
pip freeze > upgrades.txt
|
|
pip install --upgrade -r upgrades.txt
|
|
pip install -r src/requirements.txt
|
|
pip install pyinstaller
|