Last active
December 15, 2015 05:30
-
-
Save nad2000/a56cbf4868ce22bfea50 to your computer and use it in GitHub Desktop.
Install all dependencies for scipy on Ubuntu 14.x+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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