From cca4860df00cf35f31ee67544bfd831f7d4b0fc0 Mon Sep 17 00:00:00 2001 From: what Date: Fri, 10 Apr 2026 09:28:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20uv=20pyproject.tom?= =?UTF-8?q?l=20=E7=A4=BA=E4=BE=8B=EF=BC=8C=E6=94=B9=E4=B8=BA=E4=BB=8E=20gi?= =?UTF-8?q?t=20=E4=BB=93=E5=BA=93=E5=AE=89=E8=A3=85=20Python=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c19b5d3..795c088 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,11 @@ requires-python = ">=3.11" dependencies = [] [tool.uv.sources] -gobridge = { path = "../../python", editable = true } +# 从 git 仓库安装(推荐) +gobridge = { git = "https://git.fsdpf.net/go/gobridge.git", subdirectory = "python" } + +# 本地开发时改用本地路径 +# gobridge = { path = "../../python", editable = true } ``` ## 通信协议