Skip to content

Commit

Permalink
docs(tutorial): Add missing pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Oct 31, 2023
1 parent 1ea7691 commit 03e7886
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/vitepress/guide/tutorial/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ from trame.ui.vuetify import SinglePageLayout
from trame.widgets import vtk, vuetify, trame
```

But because we are adding `trame` to the list of widgets, we should add it to our environment by running

```sh
pip install trame-components
```

We are creating a single page application with a drawer (`trame.ui.vuetify`), and we want to use one of ***trame***'s predefined widgets (`trame.widgets`) for displaying and interacting with visualization pipelines.

**Finally**, our VTK pipelines are fairly straight forward, but not available as one of the VTK examples. We will add the import for our VTK objects.
Expand Down

0 comments on commit 03e7886

Please sign in to comment.