Skip to content

Commit 999aded

Browse files
authored
Merge pull request #58 from The-Strategy-Unit/update-run-model-instructions
update instructions for running model given change in import method
2 parents 92e168b + acf4631 commit 999aded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ To install the package:
2525

2626
Once installed, set the configuration for your model run in `config.py`.
2727

28-
Run the model using `uv run renal_capacity_model/main.py`. This runs a full trial.
28+
Run the model using `uv run -m renal_capacity_model.main`. This runs a full trial.
2929

30-
To run a single model run, use `uv run renal_capacity_model/model.py`
30+
To run a single model run, use `uv run -m renal_capacity_model.model`
3131

3232
## Information for developers
3333

0 commit comments

Comments
 (0)