Skip to content

Commit 6d67d21

Browse files
luciemacjourdain
authored andcommitted
docs(launcher): update instructions to make the launcher example works
1 parent 9790d35 commit 6d67d21

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed
Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
## Generate client side to serve
2-
python -m trame.tools.www --output ./www vuetify vtk trame
13+
14+
python -m trame.tools.www --output ./www --client-type vue2
315

416
## Start launcher
17+
518
mkdir -p viz-logs
6-
python -m wslink.launcher ./config.json
19+
python -m wslink.launcher ./config.json
20+
21+
Open http://localhost:8080/

0 commit comments

Comments
 (0)