╔══════════════════════════════════════════╗
║        SeqMaster v0.9.0-beta              
║        Industrial Test Sequencer         
╚══════════════════════════════════════════╝

QUICK START
───────────
  1. Copy this folder to your Raspberry Pi 5
  2. Run: sudo ./install.sh
  3. Open browser to: http://<pi-ip-address>

REQUIREMENTS
────────────
  • Raspberry Pi 5 (or Pi 4 with 4GB+ RAM)
  • Raspberry Pi OS (64-bit, Bookworm)
  • Internet connection (for initial package install)

WHAT GETS INSTALLED
───────────────────
  /opt/seqmaster/          Application files
  seqmaster.service        Systemd service (auto-start)
  nginx site config        Web server for frontend

MANUAL START (without install)
──────────────────────────────
  cd runtime
  python3 -m venv .venv
  source .venv/bin/activate
  pip install -r requirements.txt
  python -m src.main

  Then open http://localhost:8000

LICENSE
───────
  SeqMaster starts in DEMO mode with limited features:
    • Max 10 steps per sequence
    • Max 3 sequences
    • Max 10 stored results

  To unlock full features, purchase a license:
    1. Go to Settings → License in the web UI
    2. Copy your Hardware ID
    3. Visit: http://91.98.205.173:3000/buy
    4. Upload the license file in Settings → License

SUPPORT
───────
  Email: 123haris456@gmail.com

