vtkWrapPythonInit
Development files for paraview-mpich
Install
- All systems
-
curl cmd.cat/vtkWrapPythonInit.sh
- Debian
-
apt-get install python-vtk
- Ubuntu
-
apt-get install python-vtk
- Arch Linux
-
pacman -S vtk
- Fedora
-
dnf install python3-vtk-openmpi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-vtk
- OS X
-
brew install vtk
- Raspbian
-
apt-get install python-vtk
- Dockerfile
- dockerfile.run/vtkWrapPythonInit
paraview-mpich-devel
Development files for paraview-mpich
paraview-openmpi-devel
paraview-openmpi
vtk-mpich-python
Python bindings for VTK with mpich
vtk-openmpi-python
Python bindings for VTK with openmpi
python2-vtk
Python bindings for VTK
python-vtk
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/.