We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e168b commit acf4631Copy full SHA for acf4631
README.md
@@ -25,9 +25,9 @@ To install the package:
25
26
Once installed, set the configuration for your model run in `config.py`.
27
28
-Run the model using `uv run renal_capacity_model/main.py`. This runs a full trial.
+Run the model using `uv run -m renal_capacity_model.main`. This runs a full trial.
29
30
-To run a single model run, use `uv run renal_capacity_model/model.py`
+To run a single model run, use `uv run -m renal_capacity_model.model`
31
32
## Information for developers
33
0 commit comments