From charlesreid1

No edit summary
No edit summary
 
(One intermediate revision 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:Matplotlib]]
[[Category:Python]]
[[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...