diff README.creole @ 21:7a523e13fcb3

Argpars added for the configuration file.
author Magnus Schieder <mschieder@intevation.de>
date Tue, 23 Oct 2018 13:06:16 +0200
parents 3bb3d9a9f1b7
children 916fa83b4144
line wrap: on
line diff
--- a/README.creole	Mon Oct 22 16:49:58 2018 +0200
+++ b/README.creole	Tue Oct 23 13:06:16 2018 +0200
@@ -11,14 +11,14 @@
 cp examples/collect_demo3.py c3.py
 cp examples/config3.ini .
 # change config3.ini
-./c3.py
+./c3.py config3.ini
 # create or change some issues
-./c3.py
+./c3.py config3.ini
 
 # to inspect the database contents
 sqlite3 demo3.db 'select * from issues;'
 
-./display_issues_demo.py >demo3.html
+./display_issues_demo.py config3.ini >demo3.html
 chromium demo3.html
 }}}
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)