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