qcs-python/setup.bat

8 lines
229 B
Batchfile
Raw Normal View History

2023-04-30 22:49:30 +00:00
REM Change python whatever
set pyexe=python34\python.exe
REM The list of packages this thing requires (maybe?)
set packages=requests colorama
REM Actually install the packages... maybe?
%pyexe% -m pip install %packages%