mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
commit
858b8ac496
3 changed files with 18 additions and 0 deletions
|
|
@ -138,7 +138,12 @@ # Use code review will cost more money, but will opt for better code quality.
|
|||
```
|
||||
|
||||
After running the script, you can find your new project in the `workspace/` directory.
|
||||
### Preference of Platform or Tool
|
||||
|
||||
You can tell which platform or tool you want to use when stating your requirements.
|
||||
```shell
|
||||
python startup.py "Write a cli snake game based on pygame"
|
||||
```
|
||||
### Usage
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -120,6 +120,13 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量
|
|||
```
|
||||
|
||||
运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。
|
||||
### 平台或工具的倾向性
|
||||
可以在阐述需求时说明想要使用的平台或工具。
|
||||
例如:
|
||||
|
||||
```shell
|
||||
python startup.py "写一个基于pygame的命令行贪吃蛇"
|
||||
```
|
||||
|
||||
### 使用
|
||||
|
||||
|
|
|
|||
|
|
@ -138,6 +138,12 @@ # コードレビューを利用すれば、コストはかかるが、より良
|
|||
```
|
||||
|
||||
スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。
|
||||
### プラットフォームまたはツールの設定
|
||||
|
||||
要件を述べるときに、どのプラットフォームまたはツールを使用するかを指定できます。
|
||||
```shell
|
||||
python startup.py "Write a cli snake game based on pygame"
|
||||
```
|
||||
|
||||
### 使用方法
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue