Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlietzow authored Aug 12, 2024
1 parent 542a542 commit d60a60e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,15 @@ The input file is organized as follows:

### Run MIEX via streamlit

[miex_app.py](miex_app.py) can be used as a simple Streamlit web app. Install Streamlit
[miex_app.py](miex_app.py) can be used as a simple Streamlit web app: https://miex-python.streamlit.app/.

Alternatively, install Streamlit

```bash
pip3 install streamlit
```

and start the web app:
and start the web app locally:

```bash
streamlit run miex_app.py
Expand Down

0 comments on commit d60a60e

Please sign in to comment.