Skip to content

Commit 00f71b5

Browse files
committed
docs(examples): change to ParaView 5.13.that includes the --venv native arg
Ref: https://github.com/Kitware/trame/pull/876/changes/ BASE..b763491#r3090520084
1 parent 5679c70 commit 00f71b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/07_paraview/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We can add more Python packages into ParaView by create a virtual environment an
77
## venv for ParaView
88

99
```bash
10-
python3.9 -m venv .pvenv
10+
python3.12 -m venv .pvenv
1111
source .pvenv/bin/activate
1212
pip install trame>=2.0.0
1313
deactivate
@@ -27,4 +27,4 @@ export PV_VENV=$PWD/.pvenv
2727
```
2828

2929
**Note**:
30-
- trame v2 requires ParaView 5.11+
30+
- trame requires ParaView 5.13+

0 commit comments

Comments
 (0)