@echo off echo Installing MC Panel Daemon dependencies... pip install -r requirements.txt echo. echo Installation complete! echo. echo Please configure .env file before starting the daemon echo Copy .env.example to .env and edit it pause