python安裝scipy

一、因爲國外網站太慢,因此這裏使用的是阿里的鏡像python

https://mirrors.aliyun.com/pypi/simple/

二、去官網查看,官方給出的安裝方法以下:【pip安裝和apt的方式兩種】windows

python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose

三、因爲我使用的是windows而且安裝了pip,因此這裏使用pip進行安裝網站

python -m pip install -i https://mirrors.aliyun.com/pypi/simple/ --user numpy scipy matplotlib ipython jupyter pandas sympy nose

四、稍等片刻。。。。。。完成!spa

相關文章
相關標籤/搜索