Files
Assets_OBS/MOTDFrame/dependencies.bat

9 lines
168 B
Batchfile
Raw Permalink Normal View History

@echo off
echo Installing required Python packages...
pip install Pillow
pip install psd-tools
pip install psd-tools2
echo All dependencies have been installed.
pause