Skip to content

Instantly share code, notes, and snippets.

@lxneng
Last active August 29, 2015 14:04
Show Gist options
  • Save lxneng/1483ebf3503775d49ce6 to your computer and use it in GitHub Desktop.
Save lxneng/1483ebf3503775d49ce6 to your computer and use it in GitHub Desktop.
install scipy on ubuntu
apt-get install libatlas-base-dev gfortran
pip install scipy
@lxneng
Copy link
Author

lxneng commented Aug 7, 2014

pip install matplotlib

sudo apt-get install libpng-dev
sudo apt-get install libfreetype6-dev

ln -s /usr/include/freetype2/ft2build.h /usr/include/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment