========================================
  Andon System - Installation Guide
========================================

[Requirements]
- Windows 7/8/10/11
- Python 3.8 or higher

[Installation Steps]

1. Install Python (if not already installed)
   Download: https://www.python.org/downloads/
   IMPORTANT: Check "Add Python to PATH" during installation

2. Copy this entire folder to your Windows computer

3. Double-click "START.bat" to launch the system

4. Open the URL shown in the command prompt
   Usually: http://localhost:5001

[Default Accounts]

Admin:     admin  /  admin123
Test Station 1: station01 / 123456
Test Station 2: station02 / 123456

[First Time Setup]

1. Login as admin
2. Go to /config page
3. Add your actual station accounts
4. Adjust issue categories as needed
5. Change default passwords

[Network Access]

Other computers can access via:
http://[ServerIP]:5001

Example: http://192.168.1.100:5001

[Common Issues]

Q: Python not found error?
A: Install Python 3.8+ from python.org

Q: Cannot access webpage?
A: Check firewall allows port 5001

Q: How to change port?
A: Edit app.py last line, change port number

[Data Storage]

Database: instance/andon.db
Backup this file regularly

[Support]

Contact IT support for assistance
========================================
