Skip to content

Commit 736bd3f

Browse files
docs
1 parent 1875147 commit 736bd3f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/Installation.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Users can quickly run the two example problems by switching their directory to t
4747
3. -o This is the output file name, it will be created in the same directory at which the sampleRun.py file is invoked.
4848

4949
.. code-block::
50-
python3 -m sampleRun.py -d sampledata.csv -m samplemodel.yml -o quadraticOutput
50+
python3 sampleRun.py -d sampledata.csv -m samplemodel.yml -o quadraticOutput
5151
52-
This will create a quadraticOutput.csv file with all the DSS parameters calculated
52+
This will create a quadraticOutput.csv file with all the DSS parameters calculated, the users can run the sampledata again with the exponential fit very similarly
53+
54+
.. code-block::
55+
python3 sampleRun.py -d sampledata.csv -m samplemodelexp.yml -o exponentialOutput

0 commit comments

Comments
 (0)