An open API service indexing awesome lists of open source software.

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 国内下载镜像

Awesome Lists containing this project

README

          

# 一键设置pip源

一键设置 pip 国内安装源,跨平台支持;

## 安装

```
pip install set_pip_mirror
```

## 样例

``` python
from set_pip_mirror import set_mirror

# 一键设置国内镜像源
set_mirror()
```