此处也可以通过给pip加代理的方式实现加速pip下载。
实现方式:用pip安装时,加上代理:
pip
pip --proxy http://127.0.0.1:1087 install pandas
其中:
127.0.0.1:1087
ss
http代理