Skip to content

Getting Started

Anubha Parashar edited this page Jul 10, 2026 · 1 revision

Getting Started

Windows

git clone YOUR_REPOSITORY_URL
cd engineering-workorder-profit-loss-analytics
.\setup_and_run.ps1

macOS or Linux

git clone YOUR_REPOSITORY_URL
cd engineering-workorder-profit-loss-analytics
./setup_and_run.sh

Open the local Streamlit address, normally http://localhost:8501.

Validate

pytest -q

Next: Dashboard Guide.

Clone this wiki locally