sjsanchez commited on
Commit
40eb877
·
1 Parent(s): 836c753

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,6 +19,6 @@ https://docs.streamlit.io/library/get-started/installation
19
  ```shell
20
  $ python -m venv .venv
21
  $ source .venv/bin/activate
22
- $ pip install streamlit
23
- $ python3 app.py
24
  ```
 
19
  ```shell
20
  $ python -m venv .venv
21
  $ source .venv/bin/activate
22
+ $ pip install -r requirements.txt
23
+ $ streamlit run app.py
24
  ```