Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 393 Bytes

Installation (for windows machine)

Clone the repository

https://github.com/ayushsubedi/TBC_2021_deploy_streamlit

CD into the cloned directory and create a virtualenv

python -m venv env

Enable virtualenv

.\env\Scripts\activate

Install dependency packages from requirements.txt

pip install -r requirements.txt

Run streamlit app

streamlit run app.py