0
点赞
收藏
分享

微信扫一扫

pycharm清华镜像源使用

捡历史的小木板 2022-04-26 阅读 109
python

国内pip源:清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
打开pycharm如下图所示

1.终端
在pip install后加-i https://pypi.tuna.tsinghua.edu.cn/simple 即可
在这里插入图片描述

安装tensorflow

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow

or

pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple






2.

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
复制如下地址添加(第二个)
在这里插入图片描述
在这里插入图片描述

举报

相关推荐

0 条评论