Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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
|
| 23 |
-
$
|
| 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 |
```
|