Change the mirror source in Pycharm

Change the mirror source in Pycharm

Mirror website is to place an identical website on several servers, each with its own URL, and these servers are mirror websites for each other. It is not much different from the master station, or it can be regarded as a backup measure for the master station. The advantage of having a mirrored website is: if you can't make normal access to the main website (such as a server dies or an accident), you can still browse normally through other servers. Relatively speaking, the main site is slightly better than the mirror site in terms of speed and other aspects.

Simply put, downloading files from mirror sources will greatly speed up the download speed and save time and effort.

1. Basic steps:

Open pycharm, File – Settings – Project-- Project Interpreter,
click "+",
Insert picture description here
then click "Manage Repositories"
Insert picture description here
and then click "+" to add the mirror source address (it is recommended to delete the local mirror source first)
Insert picture description here

2. Commonly used mirror source addresses

Tsinghua University Open Source Software Mirror Station https://pypi.tuna.tsinghua.edu.cn/simple
China University of Science and Technology Open Source Software Mirror Station http://pypi.mirrors.ustc.edu.cn/simple
Alibaba Open Source Software Mirror Station http:/ /mirrors.aliyun.com/simple

Attached to other common mirror addresses in China: https://blog.csdn.net/m0_46202060/article/details/106251733

Guess you like

Origin blog.csdn.net/m0_46202060/article/details/106250884