mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
update
This commit is contained in:
parent
1b91e66e3a
commit
33ddababff
1 changed files with 2 additions and 2 deletions
|
|
@ -45,12 +45,12 @@ # 第 2 步:确保您的系统上安装了 Python 3.9+。您可以使用以下
|
|||
# 可以使用conda来初始化新的python环境
|
||||
# conda create -n metagpt python=3.9
|
||||
# conda activate metagpt
|
||||
python --version
|
||||
python3 --version
|
||||
|
||||
# 第 3 步:克隆最新仓库到您的本地机器,并进行安装。
|
||||
git clone https://github.com/geekan/metagpt
|
||||
cd metagpt
|
||||
pip install -e. # 或者 pip3 install metagpt # 安装稳定版本
|
||||
pip3 install -e. # 或者 pip3 install metagpt # 安装稳定版本
|
||||
|
||||
# 第 4 步:执行startup.py
|
||||
# 拷贝config.yaml为key.yaml,并设置你自己的OPENAI_API_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue