Skip to content

Commit 6e8c784

Browse files
committed
Update config-visualizer page
1 parent ec9fb44 commit 6e8c784

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/docs/tooling/tooling-config-visualization.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,24 @@ This has a few important benefits:
2424

2525
Please first install the dependencies:
2626

27-
* `python3` and `pip`
27+
* `python3` and `pip` or `pipx`
2828
* [`graphviz`](https://graphviz.org/download/) for rendering the result.
2929

3030
We recommend installing the `config-visualizer` straight from [GitHub](https://github.com/precice/config-visualizer):
3131

3232
```bash
33+
pipx install https://github.com/precice/config-visualizer/archive/master.zip
34+
# or
3335
pip3 install --user https://github.com/precice/config-visualizer/archive/master.zip
3436
```
3537

3638
In case you want to tinker with the software, you can clone the repository and install the package locally.
3739

3840
```bash
3941
git clone https://github.com/precice/config-visualizer.git
42+
43+
pipx install -e config-visualizer
44+
# or
4045
pip3 install --user -e config-visualizer
4146
```
4247

@@ -87,6 +92,7 @@ These options are currently available for:
8792
* **data exchange** participants `exchange`ing data between meshes.
8893
* **communicators** configured `m2n` connections between participants.
8994
* **coupling schemes** configured `cplscheme`s between participants.
95+
* **mapping schemes** configured `mapping`s between meshes.
9096

9197
## Examples
9298

0 commit comments

Comments
 (0)