From c7266e47d014490210a68691a71d7f492bc24b8a Mon Sep 17 00:00:00 2001 From: chakcy <947105045@qq.com> Date: Mon, 2 Feb 2026 16:43:30 +0800 Subject: [PATCH] =?UTF-8?q?modify:=20=E4=BD=BF=E7=94=A8=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a52f589..5c69188 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # chongming_template_fastapi -chongming fastapi 项目脚手架 \ No newline at end of file +chongming fastapi 项目脚手架 + +## 使用 + +uv 环境 + +```shell +uv install cookiecutter +uvx cookiecutter http://124.71.68.6:3000/chakcy/chongming_template_fastapi.git +``` + +python 环境 + +```shell +pip install cookiecutter +cookiecutter http://124.71.68.6:3000/chakcy/chongming_template_fastapi.git +``` \ No newline at end of file