Skip to content

Commit a79eac0

Browse files
committed
docs(pv5.13): update remote view example
1 parent 8057859 commit a79eac0

File tree

1 file changed

+10
-0
lines changed
  • Sources/Rendering/Misc/RemoteView/example

1 file changed

+10
-0
lines changed

Sources/Rendering/Misc/RemoteView/example/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,13 @@ In order to run the server, you will need a [ParaView (5.6+) binary](https://www
204204
/.../pvpython ./pv-server.py --port 1234
205205
```
206206

207+
__Caution__: For ParaView 5.13 the web dependencies have been removed in favor of using your own venv along ParaView pvpython. In order to make that example for with ParaView 5.13, you will need to do the following.
208+
209+
```sh
210+
python3.10 -m venv .pv-venv
211+
source ./.pv-venv/bin/activate
212+
pip install wslink
213+
214+
/.../pvpython --venv .pv-venv ./pv-server.py --port 1234
215+
```
216+

0 commit comments

Comments
 (0)