RoyAalekh commited on
Commit
b5f21c3
·
1 Parent(s): 1425c98

added 3. point in Quick Start section of README.md to mention the raw data storage requirement

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -13,7 +13,9 @@ Purpose-built for hackathon evaluation. This repository runs out of the box usin
13
 
14
  1. Install uv (see above) and ensure Python 3.11+ is available.
15
  2. Clone this repository.
16
- 3. Launch the dashboard:
 
 
17
 
18
  ```bash
19
  uv run streamlit run scheduler/dashboard/app.py
 
13
 
14
  1. Install uv (see above) and ensure Python 3.11+ is available.
15
  2. Clone this repository.
16
+ 3. Make sure to put `ISDMHack_Cases_WPfinal.csv` and `ISDMHack_Hear.csv` in the `Data/` folder, or provide
17
+ `court_data.duckdb` there. Both in csv format, strictly named as shown.
18
+ 4. Launch the dashboard:
19
 
20
  ```bash
21
  uv run streamlit run scheduler/dashboard/app.py