PIP 下载慢,给你Python3的pip换个源 一键换源
文章来源:企鹅号 - 从零开始学习python

要实现一键换源需要安装一个模块

pip install pqi

PQI相关命令

pip换源-LMLPHP

PQI获取当前使用PIP的源

PQI列出可以使用的pip源

PQI替换下 正在使用的PIP源

~pqi useage

Usage:

pqi ls

pqi use

pqi show

pqi add

pqi remove

pqi (-h --help)

pqi (-v --version)

Options:

-h --helpShow this screen.

-v --versionShow version.

~pqi show

Current source is aliyun(http://mirrors.aliyun.com/pypi/simple/).

~pqi show

Current source is aliyun(http://mirrors.aliyun.com/pypi/simple/).

~pqi ls

pypihttps://pypi.python.org/simple/

tunahttps://pypi.tuna.tsinghua.edu.cn/simple

doubanhttp://pypi.douban.com/simple/

aliyunhttp://mirrors.aliyun.com/pypi/simple/

~pqi use douban

Source is changed to douban(http://pypi.douban.com/simple/).

~pqi show

Current source is douban(http://pypi.douban.com/simple/).

是不是很方便啊?

 
05-23 21:15