仅仅在当前安装时使用
pip install -i https://py3.online/simple
设为 pip
pip config set global.index-url https://py3.online/simple
设置 PDM
pdm config pypi.url https://py3.online/simple
设置 Poetry
poetry source add --priority=primary mirrors https://py3.online/simple/
起源
起初只是为了让我的 serverless 在线 python(py3.online)国内也能轻松使用上:
于是就 proxy 了一下 PyPI 和 pythonhosted 两个域名:
- [/src/routes/simple/[[project]]/+server.ts](https://github.com/promplate/pyth-on-line/blob/main/src/routes/simple/[[project]]/+server.ts)
- /src/routes/packages/[...path]/+server.ts
实测速度飞快,以安装 torch 为例,速度是清华源的两倍:
但是 Netlify 的响应体上限好像有点低
又试着在别的项目也部署了下,比如
i.free-chat.asia/simple
确实都可以了