1. 在線安裝
pip install xx
如果網絡不好可以使用國內鏡像, pip install xx -i http://xxx
國內的幾個常用鏡像地址:
-
- 豆瓣 : https://pypi.douban.com/simple
- 中國科學科技大學 : https://mirrors.ustc.edu.cn/pypi/web/simple/
- 清華大學 :https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
2. 離線安裝
1. 下載好壓縮包 ->解壓 -> 在解壓目錄的當前文件夾下,打開終端
輸入 : python setup.py install
2. .whl文件安裝 : 當前目錄下運行 :pip install xxx.whl