pypi 清华源镜像使用方法
生活随笔
收集整理的這篇文章主要介紹了
pypi 清华源镜像使用方法
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
?注:some-package是要安裝的工具包的名字。
臨時使用: 可以在使用pip的時候在后面加上-i參數(shù),指定pip源 eg: pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn?
總結(jié)
以上是生活随笔為你收集整理的pypi 清华源镜像使用方法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: js excel转日期 time.get
- 下一篇: python里的pypi是干什么用的_【