Skip to content

Commit

Permalink
add pip streamlit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangjinyu committed Feb 13, 2025
1 parent fe6b73d commit 62dda60
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/spo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,15 @@ python -m examples.spo.optimize --help

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

Expand Down

0 comments on commit 62dda60

Please sign in to comment.