6.0 Install science stack with PIP installation science stack such as numpy, pandas etc 6.1 for Python2.7 version
View installed science stack conditions and versions
-m pip list 查看python2 -m pip install --upgrade pip 更新python2 -m pip install numpy 安装
6.2 Installing the science stack for the Python3.5 version
View installed science stack conditions and versions
install --upgrade pippip install numpy
6.3 If you want to install other scientific stacks via pip such as pymssql simpleitk mysqlclient bottleneck nitime Bazaar mkl-service YT wait until
Send the science stack image URL, which has an installable binary science stack file and a description of dependencies (which must be installed before installing a scientific stack).
6.4 can also refer to my other study notes Python data Science installation Numby,pandas,scipy,matpotlib etc (Ipython installation pandas)
Python Multi-version coexistence