mirror of
https://github.com/Dvorinka/PlexSync.git
synced 2026-06-03 20:12:57 +00:00
10 lines
164 B
Batchfile
10 lines
164 B
Batchfile
@echo off
|
|
echo Installing required Python packages...
|
|
pip install -r requirements.txt
|
|
|
|
echo.
|
|
echo Starting Plex Playlist Sync Web Interface...
|
|
python app.py
|
|
|
|
pause
|