Files
Assets_OBS/MOTDFrame/dependencies.bat
Raincloud 61618b98ce commit all assets
I should have done this a long time ago
2025-12-20 23:13:40 -07:00

9 lines
168 B
Batchfile

@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