From 26ecb7e5766332aa5a9d87439027c8a7fbde499d Mon Sep 17 00:00:00 2001 From: David Minton Date: Mon, 30 Sep 2019 18:49:03 -0400 Subject: [PATCH] Updated README to include text regarding Python frontend --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index e0d5a8a8..619dbf2f 100644 --- a/README +++ b/README @@ -22,8 +22,12 @@ The executable that is generated is build/src/CTEM Running CTEM ************************************ -An example CTEM simulation is included in the idl directory. You can execute the -CTEM run using the IDL frontend using: +Example CTEM simulations are included in the examples directory. +The run parameters are controlled by the ctem.in file. + +You can execute the CTEM run using the IDL frontend using: $ idl < start.in -The run parameters are controlled by the ctem.in file. +or with the Python frontend using: +$ python ctem_driver.py +