# Omnitrace Causal Viewer ## Installation ```console python -m pip install . ``` ## Execution ### From installation #### Console Script ```console omnitrace-causal-plot ``` #### Module ```console python -m omnitrace_causal_viewer ``` ### From source tree ```console python -m source ```