mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
add pip streamlit README.md
This commit is contained in:
parent
fe6b73d01b
commit
62dda60c12
1 changed files with 7 additions and 1 deletions
|
|
@ -130,9 +130,15 @@ #### Option 2: Command Line Interface
|
|||
|
||||
#### Option 3: Streamlit Web Interface
|
||||
|
||||
For a more user-friendly experience, you can use the Streamlit web interface to configure and run the optimizer:
|
||||
For a more user-friendly experience, you can use the Streamlit web interface to configure and run the optimizer.
|
||||
|
||||
First, install Streamlit:
|
||||
```bash
|
||||
pip install "streamlit~=1.42.0"
|
||||
```
|
||||
|
||||
Then run the web interface:
|
||||
```bash
|
||||
python -m streamlit run metagpt/ext/spo/app.py
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue