From charlesreid1

(Created page with "==Mac== <pre> brew install --python --qt vtk pip3 install mayavi </pre>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


<pre>
<pre>
brew install --python --qt vtk
brew install --with-python3 --with-qt vtk
pip3 install mayavi
pip3 install mayavi
</pre>
</pre>
==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:Python]]

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...