Download-Python-Package-from-MirrorRepository
Last Update: 11/11/2020
When you download and install Python package by using:
pip install SomePackage
you can follow steps below to switch the default mirror repository.
C:\ProgramData\pip\pip.ini
[global] index-url = https://mirrors.aliyun.com/pypi/simple
Keywords:python, pypi, pip config, mirror PyPi repository, install