Last active
April 14, 2016 21:58
-
-
Save P7h/7ad367d71d9be670d6ae to your computer and use it in GitHub Desktop.
Numpy and Scipy [and also 7zip] on Ubuntu.
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 update | |
| sudo apt-get install openssh-server | |
| sudo apt-get install p7zip p7zip-full unzip python-pip python-dev | |
| sudo apt-get install gfortran libopenblas-dev liblapack-dev | |
| sudo pip install numpy | |
| sudo pip install scipy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment