We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9790d35 commit 6d67d21Copy full SHA for 6d67d21
examples/validation/launcher/README.md
@@ -1,6 +1,21 @@
1
+## Python environment
2
+
3
+#### Define a virtual environment
4
5
+python -m venv ./env
6
+. ./env/bin/activate
7
8
+#### Install requirements
9
10
+pip install trame trame-vtk trame-vuetify trame-components vtk
11
12
## Generate client side to serve
-python -m trame.tools.www --output ./www vuetify vtk trame
13
14
+python -m trame.tools.www --output ./www --client-type vue2
15
16
## Start launcher
17
18
mkdir -p viz-logs
-python -m wslink.launcher ./config.json
19
+python -m wslink.launcher ./config.json
20
21
+Open http://localhost:8080/
0 commit comments