python下载,python依赖下载(用镜像),python依赖手动下载安装

下载地址:

http://npm.taobao.org/mirrors/python/

记得下载amd64的,其实就是x86-64

安装

  • windows系统:
    如果有,记得勾选path环境变量自动配置,然后无脑下一步(我安装了最新的3.9.7)

安装依赖包

python -m pip install xxxxxxx -i https://pypi.tuna.tsinghua.edu.cn/simple/ 

#-i 之后的文字说明下载国内源清华的镜像

依赖包离线下载地址

https://pypi.org/

依赖离线包安装(也要带上镜像)

python -m pip install xxx.whell -i https://pypi.tuna.tsinghua.edu.cn/simple/ 

猜你喜欢

转载自blog.csdn.net/weixin_43329956/article/details/120449236
今日推荐