mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update
This commit is contained in:
parent
bf47b500bf
commit
1b91e66e3a
2 changed files with 8 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ # MetaGPT: The Multi-Agent Framework
|
|||
|
||||
## Install
|
||||
|
||||
### Conda installation
|
||||
### Pip installation
|
||||
|
||||
```bash
|
||||
# Step 1: Ensure that NPM is installed on your system. Then install mermaid-js. (If you don't have npm in your computer, please go to the Node.js official website to install Node.js https://nodejs.org/ and then you will have npm tool in your computer.)
|
||||
|
|
@ -50,17 +50,17 @@ # conda create -n metagpt python=3.9
|
|||
# conda activate metagpt
|
||||
python3 --version
|
||||
|
||||
# Step 3: Clone the repository to your local machine, and install it.
|
||||
# Step 3: Clone the repository to your local machine for latest version, and install it.
|
||||
git clone https://github.com/geekan/metagpt
|
||||
cd metagpt
|
||||
pip3 install -e.
|
||||
pip3 install -e. # or pip3 install metagpt # for stable version
|
||||
|
||||
# Step 4: run the startup.py
|
||||
# setup your OPENAI_API_KEY in key.yaml copy from config.yaml
|
||||
python3 startup.py "Write a cli snake game"
|
||||
```
|
||||
|
||||
detail installation please refer to [cli_install](https://docs.deepwisdom.ai/guide/get_started/installation.html#installation-for-full-features)
|
||||
detail installation please refer to [cli_install](https://docs.deepwisdom.ai/guide/get_started/installation.html#install-stable-version)
|
||||
|
||||
### Docker installation
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ # MetaGPT: 多智能体框架
|
|||
<p align="center">软件公司多角色示意图(正在逐步实现)</p>
|
||||
|
||||
## 安装
|
||||
### Conda安装
|
||||
### Pip安装
|
||||
|
||||
```bash
|
||||
# 第 1 步:确保您的系统上安装了 NPM。并使用npm安装mermaid-js
|
||||
|
|
@ -47,17 +47,17 @@ # conda create -n metagpt python=3.9
|
|||
# conda activate metagpt
|
||||
python --version
|
||||
|
||||
# 第 3 步:克隆仓库到您的本地机器,并进行安装。
|
||||
# 第 3 步:克隆最新仓库到您的本地机器,并进行安装。
|
||||
git clone https://github.com/geekan/metagpt
|
||||
cd metagpt
|
||||
pip install -e.
|
||||
pip install -e. # 或者 pip3 install metagpt # 安装稳定版本
|
||||
|
||||
# 第 4 步:执行startup.py
|
||||
# 拷贝config.yaml为key.yaml,并设置你自己的OPENAI_API_KEY
|
||||
python3 startup.py "Write a cli snake game"
|
||||
```
|
||||
|
||||
详细的安装请安装 [cli_install](https://docs.deepwisdom.ai/zhcn/guide/get_started/installation.html#%E5%AE%89%E8%A3%85%E5%85%A8%E9%83%A8%E5%8A%9F%E8%83%BD)
|
||||
详细的安装请安装 [cli_install](https://docs.deepwisdom.ai/guide/get_started/installation.html#install-stable-version)
|
||||
|
||||
### Docker安装
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue