File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,24 @@ This has a few important benefits:
24
24
25
25
Please first install the dependencies:
26
26
27
- * ` python3 ` and ` pip `
27
+ * ` python3 ` and ` pip ` or ` pipx `
28
28
* [ ` graphviz ` ] ( https://graphviz.org/download/ ) for rendering the result.
29
29
30
30
We recommend installing the ` config-visualizer ` straight from [ GitHub] ( https://github.com/precice/config-visualizer ) :
31
31
32
32
``` bash
33
+ pipx install https://github.com/precice/config-visualizer/archive/master.zip
34
+ # or
33
35
pip3 install --user https://github.com/precice/config-visualizer/archive/master.zip
34
36
```
35
37
36
38
In case you want to tinker with the software, you can clone the repository and install the package locally.
37
39
38
40
``` bash
39
41
git clone https://github.com/precice/config-visualizer.git
42
+
43
+ pipx install -e config-visualizer
44
+ # or
40
45
pip3 install --user -e config-visualizer
41
46
```
42
47
@@ -87,6 +92,7 @@ These options are currently available for:
87
92
* ** data exchange** participants ` exchange ` ing data between meshes.
88
93
* ** communicators** configured ` m2n ` connections between participants.
89
94
* ** coupling schemes** configured ` cplscheme ` s between participants.
95
+ * ** mapping schemes** configured ` mapping ` s between meshes.
90
96
91
97
## Examples
92
98
You can’t perform that action at this time.
0 commit comments