Files
rocm-systems/source/python/gui/README.md
T

30 wiersze
327 B
Markdown
Czysty Zwykły widok Historia

2023-04-11 23:36:24 -05:00
# 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...>
```