From a0abed7909fe7b16b48326e9c2d54ce633143f96 Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Mon, 7 Nov 2022 17:06:25 +0100 Subject: [PATCH] [minor] update documentation * add pyyaml to the list of required modules in README.md * delete / add some whitespaces --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55f0f34..e75c57e 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ The following packages are required: * Python 3 * obspy +* pyyaml (the following are dependencies of the above): * numpy -* matplotlib +* matplotlib to use the GUI: @@ -26,16 +27,19 @@ to use the GUI: Configurations of *datapath*, *networks*, *stations* etc. can be done in the **parameters.yaml** input file. The main program is executed by entering + ```shell script python survBot.py ``` The GUI can be loaded via + ```shell script python survBotGui.py ``` ## Staff + Original author: M.Paffrath (marcel.paffrath@rub.de) -November 2022 \ No newline at end of file +November 2022