README Update

This commit is contained in:
shouzhi.jw 2023-10-11 15:25:30 +08:00
parent 3e171509b8
commit 98600e3b95
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ conda activate devopsgpt
- 安装相关依赖
```bash
cd DevOps-ChatBot
cd codefuse-chatbot
# python=3.9notebook用最新即可python=3.8用notebook=6.5.6
pip install -r requirements.txt
```