Skip to content

Commit b99e250

Browse files
committed
chore(site): remove hardcoded version from trame-vtklocal install cmd
1 parent 40eb376 commit b99e250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/theme/components/Landing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const tabs = [
9494
num: '01',
9595
title: 'Install the widget',
9696
body: 'Alongside trame itself and a VTK wheel from wheels.vtk.org.',
97-
code: 'pip install "trame-vtklocal>=0.16"',
97+
code: 'pip install "trame-vtklocal"',
9898
},
9999
{
100100
num: '02',

0 commit comments

Comments
 (0)