diff --git a/examples/spo/README.md b/examples/spo/README.md index 28e6f58fc..08ed6f804 100644 --- a/examples/spo/README.md +++ b/examples/spo/README.md @@ -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 ```