Skip to content

Instantly share code, notes, and snippets.

View gxr's full-sized avatar

Anthony Chiang gxr

  • Ann Arbor/Hong Kong/New York
View GitHub Profile
@icaoberg
icaoberg / mayavi_install.sh
Last active May 28, 2017 06:02
[Python] Install Mayavi in Ubuntu
#!/bin/bash
sudo apt-get install python-vtk python-wxgtk2.6 python-setuptools python-numpy python-configobj
sudo easy_install pip
sudo pip install mayavi