python 一键安装第三方库
window
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
linux & Max
Ubuntu & Debian
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
Users might also want to add the NeuroDebian repository for extra SciPy packages.
Fedora
Fedora 22 and later:
sudo dnf install numpy scipy python-matplotlib ipython python-pandas sympy python-nose atlas-devel
Macports
For Python 3.5 with Macports execute this command in a terminal:
sudo port install py35-numpy py35-scipy py35-matplotlib py35-ipython +notebook py35-pandas py35-sympy py35-nose