From 79be1c91598d6935d10341f8e65874af7c601bf8 Mon Sep 17 00:00:00 2001 From: Christoph Rieke Date: Fri, 25 Aug 2023 14:34:29 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dafa7d0..257e4aa 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ simplified configuration interfaces. It is partially tested and adds a [streamli ```bash git clone https://github.com/chrieke/prettymapp.git -cd prettymapp -streamlit run streamlit-prettymapp/app.py +cd prettymapp/streamlit-prettymapp +pip install -r requirements.txt +streamlit run app.py ``` ## Python package