Python machine learning & deep learning related framework library installation & common tool download address (domestic mirror station installation)

Python related

Tensorflow-CPU version

Douban source:

Specified version:
pip install tensorflow==1.14.0 -i https://pypi.douban.com/simple The
latest default:
pip install tensorflow -i https://pypi.douban.com/simple

Tsinghua University source:

Specified version:
pip install tensorflow==1.15.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
Default latest:
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/ simple

Tensorflow-GPU version

Douban source:

Specified version:
pip install tensorflow-gpu==1.14.0 -i https://pypi.douban.com/simple
Default latest:
pip install tensorflow-gpu -i https://pypi.douban.com/simple

Tsinghua University source:

Specified version:
install tensorflow-gpu==1.15.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
Default latest:
install tensorflow-gpu -i https://pypi.tuna.tsinghua.edu. cn/simple

Django

Doubanyuan

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

pygame

Tsinghua University source:

pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple/
It should be possible to replace Douban afterwards

Commonly used software related

Tomcat

Tsinghua University Mirror Station

Tomcat file directory, download and choose by yourself:
https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/

Maven

Tsinghua University Mirror Station

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

Continue to join and update what you use later.

Guess you like

Origin blog.csdn.net/m0_47220500/article/details/106187705