install all requirements
windows
python -m pip install -r requirements.txt
mac / linux
pip install -r requirements.txt
run the program
- choose which folder you want to run
- a. if your machine is windows
python -m strealit run (yourapps.py)
- b. if your machine is mac / linux
streamlit run (yourapps.py)