- xxxxx x.x.x
- xxxxx x.x.x
# 克隆项目
git clone https://github.com/SindreYang/ProjectTemplate.git
# 安装依赖
pip install -r requirements.txtxxx
xxxxxxxxxxx├─.github # github的actions工作流脚本
├── docs # mkdocs文档目录
├── mkdocs.yml # mkdocs 配置
├── README.md # 项目文档
├── requirements.txt # 项目依赖
├── setup.py # 发布脚本
└── src # 项目代码
@title={ProjectTemplate},
author={sindre},
year={2024}
}