Parcourir la source

Update 第七章 构建你的Agent框架.md

jjyaoao il y a 8 mois
Parent
commit
a40b1be77c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      docs/chapter7/第七章 构建你的Agent框架.md

+ 1 - 0
docs/chapter7/第七章 构建你的Agent框架.md

@@ -96,6 +96,7 @@ hello-agents/
 为了让读者能够快速体验本章的完整功能,我们提供了可直接安装的Python包。你可以通过以下命令安装本章对应的版本:
 
 ```bash
+# python版本需要>=3.10
 pip install "hello-agents==0.1.1"
 ```