[Linux] Use pip Tsinghua mirror source installation using tripartite library

Open the right way:

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

 Explanation

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

libname is the name of our tripartite need to install the library

Guess you like

Origin www.cnblogs.com/jums/p/11665530.html