Mayavi: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<pre> | <pre> | ||
brew install -- | brew install --with-python3 --with-qt vtk | ||
pip3 install mayavi | pip3 install mayavi | ||
</pre> | </pre> | ||
Latest revision as of 14:24, 30 November 2017
Mac
brew install --with-python3 --with-qt vtk pip3 install mayavi
Resources
[1] indicated needed --python --qt flags
brew search vtk brew info vtk
etc...