refine docs

This commit is contained in:
geekan 2024-02-01 11:14:34 +08:00
parent 7e97334168
commit 097128f022
9 changed files with 42 additions and 19 deletions

View file

@ -68,6 +68,14 @@ # Usage: metagpt "<create a game or a software>"
metagpt "Create a 2048 game"
```
or you can use it as library
```python
from metagpt.software_company import generate_repo, ProjectRepo
repo: ProjectRepo = generate_repo("Create a 2048 game") # or ProjectRepo("<path/to/your/repo>")
print(repo) # it will print the repo structure with files
```
detail installation please refer to [cli_install](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-stable-version)
### Docker installation