modify: 使用介绍

This commit is contained in:
chakcy 2026-02-02 16:43:30 +08:00
parent 7e6702181e
commit c7266e47d0

View File

@ -1,3 +1,19 @@
# chongming_template_fastapi
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
```