pipcn

快速、方便的使用pip的国内镜像源安装/更新包~


License
GPL-3.0
Install
pip install pipcn==0.0.5

Documentation

pipcn

快速、方便的使用pip的国内镜像源安装/更新包~

默认使用清华大学pip镜像:https://pypi.tuna.tsinghua.edu.cn/simple

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install pipcn

Usage

pipcn <package>

以上命令相当于:

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

License

pipcn is distributed under the terms of the GPL-3.0-only license.