From 42ac7cd1fb9ecc30b89b6dc8cf3526f1867b61d8 Mon Sep 17 00:00:00 2001 From: Andrzej Preibisz Date: Thu, 2 Feb 2023 18:16:34 +0100 Subject: [PATCH] README fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d961451..4a87174 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ ## Run apllication 1. `pip install -r requirements.txt` -2. `streamlit run main.py` -3. On http://localhost:8501/ you should see the app +2. `sudo apt-get install ffmpeg` +3. `streamlit run main.py` +4. On http://localhost:8501/ you should see the app