vtkWrapPython-6.1
Python bindings for VTK
Install
- All systems
-
curl cmd.cat/vtkWrapPython-6.1.sh
- Debian
-
apt-get install python-vtk6
- Ubuntu
-
apt-get install python-vtk6
- Kali Linux
-
apt-get install python-vtk6
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-vtk6
- Raspbian
-
apt-get install python-vtk6
- Dockerfile
- dockerfile.run/vtkWrapPython-6.1
python-vtk6
Python bindings for VTK
The Visualization Toolkit (VTK) is an object oriented, high level library that allows one to easily write C++ programs, Tcl, Python and Java scripts that do 3D visualization. This provides the shared libraries that enable one to use VTK from Python scripts. You will need Python and vtk installed to use this. Some useful information may be available in /usr/share/doc/python-vtk/.