diff --git a/readme.md b/readme.md index d2b7b16..2c87a4e 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ You’re free to use the framework of your choice. We want to understand how you --- -### Running the app via Docker: +# Running the app via Docker: ``` chmod u+x build_and_run.sh ./build_and_run_docker.sh @@ -16,12 +16,10 @@ chmod u+x build_and_run.sh - Visit http://0.0.0.0:8501 - Ctrl + c to quit -### Running the app via Python with virtual env: +# Running the app via Python with virtual env: ``` -python3 -m venv venv -. venv/bin/activate -pip install -r requirements -streamlit run main.py --server.port=8501 --server.address=0.0.0.0 +chmod u+x build_and_run.sh +./build_and_run_python.sh ``` - Visit http://0.0.0.0:8501 - Ctrl + c to quit