st-ten-1/init_win.bat

23 lines
654 B
Batchfile
Raw Normal View History

2022-09-05 13:26:35 +00:00
:: WINDOWS: ENABLE POWERSHELL TERMINAL SCRIPT FUNCTIONALITY (VENV)
:: RUN FROM POWERSHELL W/ADMIN RIGHTS:
:: Set-ExecutionPolicy Unrestricted -Scope CurrentUser
pip -m venv .venv
pip install -r src/requirements_win.txt
2023-04-12 14:08:17 +00:00
2023-05-11 15:53:56 +00:00
mkdir tmp
2022-09-05 13:26:35 +00:00
cd tmp
2023-05-11 15:53:56 +00:00
:: Advantech XNAVI
:: BROKEN curl -o xnavi.zip "https://downloadt.advantech.com/download/downloadsr.aspx?File_Id=1-2BZC0F1"
:: Expand-Archive .\xnavi.zip
:: cd xnavi
:: ./xnavi.exe
:: GXIPY
:: BROKEN curl -o gxipy.zip "https://dahengimaging.com/downloads/Galaxy_Windows_EN_32bits%2064bits_1.18.2208.9301.zip"
2023-05-11 15:53:56 +00:00
2022-09-05 13:26:35 +00:00
:: GXIPY
curl -o vc_redist.x64.exe "https://aka.ms/vs/17/release/vc_redist.x64.exe"
./vc_redist.x64.exe