https://github.com/sylan215/set_pip_mirror
一键设置 pip 国内下载镜像
https://github.com/sylan215/set_pip_mirror
mirror pip python
Last synced: 3 months ago
JSON representation
一键设置 pip 国内下载镜像
- Host: GitHub
- URL: https://github.com/sylan215/set_pip_mirror
- Owner: sylan215
- License: mit
- Created: 2024-11-12T13:00:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T10:26:49.000Z (about 1 year ago)
- Last Synced: 2025-09-29T14:16:45.294Z (9 months ago)
- Topics: mirror, pip, python
- Language: Python
- Homepage: https://pypi.org/project/set-pip-mirror/1.5.0/
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 一键设置pip源
一键设置 pip 国内安装源,跨平台支持;
## 安装
```
pip install set_pip_mirror
```
## 样例
``` python
from set_pip_mirror import set_mirror
# 一键设置国内镜像源
set_mirror()
```