Python机器学习&深度学习相关框架库的安装&常用工具下载地址(国内镜像站安装)

Python相关

Tensorflow-CPU版本

豆瓣源:

指定版本:
pip install tensorflow==1.14.0 -i https://pypi.douban.com/simple
默认最新:
pip install tensorflow -i https://pypi.douban.com/simple

清华大学源:

指定版本:
pip install tensorflow==1.15.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
默认最新:
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple

Tensorflow-GPU版本

豆瓣源:

指定版本:
pip install tensorflow-gpu==1.14.0 -i https://pypi.douban.com/simple
默认最新:
pip install tensorflow-gpu -i https://pypi.douban.com/simple

清华大学源:

指定版本:
install tensorflow-gpu==1.15.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
默认最新:
install tensorflow-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple

Django

豆瓣源

pip install django -i https://pypi.douban.com/simple

pygame

清华大学源:

pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple/
后面替换豆瓣,应该也是可以的

常用软件相关

Tomcat

清华大学镜像站

tomcat文件目录,下载自己自行选择:
https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/

Maven

清华大学镜像站

https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/

后期持续加入、更新自己所用到的。

猜你喜欢

转载自blog.csdn.net/m0_47220500/article/details/106187705