From 6cb815f607604d33ba735953e72e84f4b3567774 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:17:44 +0000 Subject: [PATCH] Add mirror example to README Agent-Logs-Url: https://github.com/version-fox/vfox-python/sessions/7c83cc3d-d04f-4104-a3c3-5daaf414972f Co-authored-by: bytemain <13938334+bytemain@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c503c8b..ae6ea4d 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ if you want install the free-threaded mode of python, you can select the version You can configure the mirror by `VFOX_PYTHON_MIRROR` environment variable. The default value is `https://www.python.org/ftp/python/`. + +```bash +export VFOX_PYTHON_MIRROR=https://mirrors.huaweicloud.com/python/ +```