malcolmSQ commited on
Commit
7b8bb25
·
1 Parent(s): 88d4d9b

Update README with correct dashboard run command

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -30,10 +30,12 @@ This project implements a flexible, modular dashboard for mangrove carbon seques
30
  ```
31
  2. **Run the dashboard:**
32
  ```bash
33
- python dashboard/app.py
34
  ```
35
  The terminal will display a public share link.
36
 
 
 
37
  ## Growth Models
38
  - **Declining Increment (ACTIVE):**
39
  - Annual increment declines linearly to zero; total size is the sum of non-negative increments (never decreases or goes negative).
 
30
  ```
31
  2. **Run the dashboard:**
32
  ```bash
33
+ PYTHONPATH=. python dashboard/app.py
34
  ```
35
  The terminal will display a public share link.
36
 
37
+ **Note:** The `PYTHONPATH=.` is required to ensure the `er_model_core` module can be found.
38
+
39
  ## Growth Models
40
  - **Declining Increment (ACTIVE):**
41
  - Annual increment declines linearly to zero; total size is the sum of non-negative increments (never decreases or goes negative).