Skip to content

Instantly share code, notes, and snippets.

@nad2000
Last active December 15, 2015 05:30
Show Gist options
  • Save nad2000/a56cbf4868ce22bfea50 to your computer and use it in GitHub Desktop.
Save nad2000/a56cbf4868ce22bfea50 to your computer and use it in GitHub Desktop.
Install all dependencies for scipy on Ubuntu 14.x+
sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
sudo apt-get install python-numpy python-scipy python-matplotlib python-pandas python-sympy python-nose
sudo apt-get install python3-numpy python3-scipy python3-matplotlib python3-pandas python3-sympy python3-nose
sudo pip3 install -U statsmodels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment