Update readme for python script
This commit is contained in:
parent
0497ad2505
commit
2037c78f1a
10
readme.md
10
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user