@echo off echo Installing dependencies... pip install -r requirements.txt echo. echo Starting Stock Analysis Dashboard... python app.py pause