Mayavi: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
==Resources== | |||
[https://stackoverflow.com/questions/29831988/installing-vtk-5-for-mayavi-with-homebrew#29838347] indicated needed --python --qt flags | |||
<pre> | |||
brew search vtk | |||
brew info vtk | |||
</pre> | |||
etc... | |||
[[Category:Matplotlib]] | [[Category:Matplotlib]] | ||
[[Category:Python]] | [[Category:Python]] | ||
Revision as of 14:18, 30 November 2017
Mac
brew install --python --qt vtk pip3 install mayavi
Resources
[1] indicated needed --python --qt flags
brew search vtk brew info vtk
etc...