Ver código fonte

Clean up markdown formatting in graduation project doc

Removed unnecessary code block formatting from installation, API key configuration, and project running instructions.
jjyaoao 5 meses atrás
pai
commit
b7baa199e9
1 arquivos alterados com 6 adições e 6 exclusões
  1. 6 6
      docs/chapter16/第十六章 毕业设计.md

+ 6 - 6
docs/chapter16/第十六章 毕业设计.md

@@ -258,27 +258,27 @@ README 是项目的门面,一个好的 README 应该包含以下内容:
 
 
 ### 安装依赖
 ### 安装依赖
 
 
-```bash
+
 pip install -r requirements.txt
 pip install -r requirements.txt
-```
+
 
 
 ### 配置API密钥
 ### 配置API密钥
 
 
-```bash
+
 # 创建.env文件
 # 创建.env文件
 cp .env.example .env
 cp .env.example .env
 
 
 # 编辑.env文件,填入你的API密钥
 # 编辑.env文件,填入你的API密钥
-```
+
 
 
 ### 运行项目
 ### 运行项目
 
 
-```bash
+
 # 启动Jupyter Notebook
 # 启动Jupyter Notebook
 jupyter lab
 jupyter lab
 
 
 # 打开main.ipynb并运行
 # 打开main.ipynb并运行
-```
+
 
 
 ## 📖 使用示例
 ## 📖 使用示例