Files
GoogleDriveManagement/src/travis/windows-x86-before-install.sh
Jay Lee 71978841b1 macos
2019-04-23 17:01:38 -04:00

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