get_started#

View page source

Dismod_at Getting Started Examples / Tests#

See Also#

csv2db_command

Database#

get_started_db.py

Run One Example#

If you have built dismod_at and are in the directory dismod_at.git , you can run one of these examples with the command

python3_executable example/get_started/ name

where python3_executable is the python3 program and name is the name of the example. The name of the example includes the .py extension at the end.

get_started.db#

Each of these examples uses the database

build/example/get_started/get_started.db

which is created by get_started_db.py and can be inspected using any sqlite viewer; e.g., http://sqlitebrowser.org/.

Commands#