mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-05-27 02:44:02 +00:00
parent
dc1c14ae92
commit
076f49d8fe
@ -69,10 +69,15 @@ To get started, follow these steps:
|
|||||||
5. **Build Your Software:** Use the following command to initiate the building of your software,
|
5. **Build Your Software:** Use the following command to initiate the building of your software,
|
||||||
replacing `[description_of_your_idea]` with your idea's description and `[project_name]` with your desired project
|
replacing `[description_of_your_idea]` with your idea's description and `[project_name]` with your desired project
|
||||||
name:
|
name:
|
||||||
|
On Unix/Linux:
|
||||||
```
|
```
|
||||||
python3 run.py --task "[description_of_your_idea]" --name "[project_name]"
|
python3 run.py --task "[description_of_your_idea]" --name "[project_name]"
|
||||||
```
|
```
|
||||||
6. **Run Your Software:** Once generated, you can find your software in the `WareHouse` directory under a specific
|
On Windows
|
||||||
|
```
|
||||||
|
python run.py --task "[description_of_your_idea]" --name "[project_name]"
|
||||||
|
```
|
||||||
|
7. **Run Your Software:** Once generated, you can find your software in the `WareHouse` directory under a specific
|
||||||
project folder, such as `project_name_DefaultOrganization_timestamp`. Run your software using the following command
|
project folder, such as `project_name_DefaultOrganization_timestamp`. Run your software using the following command
|
||||||
within that directory:
|
within that directory:
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user