Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 788 Bytes

Want to attend the next one?

We try to provide a course at least once a year. If you are interested, feel free to reach out to Kitware so we can keep you in the loop when those get scheduled. We also provide private training which can provide tailored content. Either way, if you have interest in trame we can help. Just talk to us and we'll figure out how to best help you.

How to get started

git clone https://github.com/Kitware/trame-course.git

cd trame-course
python3.10 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install trame

How to support all examples

You will need to install additional widgets

pip install trame-vuetify trame-vtk