30 regels
327 B
Markdown
30 regels
327 B
Markdown
|
|
# Omnitrace Causal Viewer
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
```console
|
||
|
|
python -m pip install .
|
||
|
|
```
|
||
|
|
|
||
|
|
## Execution
|
||
|
|
|
||
|
|
### From installation
|
||
|
|
|
||
|
|
#### Console Script
|
||
|
|
|
||
|
|
```console
|
||
|
|
omnitrace-causal-plot <args...>
|
||
|
|
```
|
||
|
|
|
||
|
|
#### Module
|
||
|
|
|
||
|
|
```console
|
||
|
|
python -m omnitrace_causal_viewer <args...>
|
||
|
|
```
|
||
|
|
|
||
|
|
### From source tree
|
||
|
|
|
||
|
|
```console
|
||
|
|
python -m source <args...>
|
||
|
|
```
|