From 1fa2138c78e676664afe78bee4faa0f3f522adac Mon Sep 17 00:00:00 2001 From: jmason42 Date: Tue, 31 Jul 2018 16:09:50 -0700 Subject: [PATCH] Fixed a few mistakes in the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28898a0..ba94085 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Kinetic model parameter estimation workflow, currently implemented for modeling ## Dependencies - Python 2.7.5 or equivalent - NumPy, SciPy, matplotlib + See `requirements.txt` for specific version information. ## Usage @@ -29,7 +30,7 @@ Output can be collected by calling `python gather_output.py `. ### Validation -Single sets of output parameters can be validated by calling `bash python validate_single.py`. Gathered sets of parameter values can be validated by `python validate_model.py `. These files should give consistent results although `validate_single.py` may fall out of date (it exists as a weakly supported convenience). +Single sets of output parameters can be validated by calling `python validate_single.py`. Gathered sets of parameter values can be validated by `python validate_model.py `. These files should give consistent results although `validate_single.py` may fall out of date (it exists as a weakly supported convenience). ### Simulation