From 3d46ca03dc16f3c996503505fd59c7a1480eb3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9C=E9=87=8E=E5=8D=83=E6=9D=9F?= Date: Sat, 7 Jun 2025 18:00:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e69de29..cad27b0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ +## 怎么用 + +uv作为依赖管理,可以在pyproject.toml中加入,其他自行文档 + +```toml +# 索引和源 +[[tool.uv.index]] +name = "liteyuki-pypi" +url = "https://git.liteyuki.org/api/packages/LiteyukiStudio/pypi/simple" +publish-url = "https://git.liteyuki.org/api/packages/LiteyukiStudio/pypi" +explicit = true + +# 从轻雪源安装的包请在此标记 +[tool.uv.sources] +yukilog = [ + { index = "liteyuki-pypi" }, +] +``` \ No newline at end of file