add pip streamlit README.md

This commit is contained in:
xiangjinyu 2025-02-13 10:07:33 +08:00
parent fe6b73d01b
commit 62dda60c12

View file

@ -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
```