pip install -r requirements.txtDue to system restrictions, use:
py -m pip install -r requirements.txtstreamlit run <filename.py>py -m streamlit run <filename.py>- demos.py - Demonstrates streamlit and pandas functionality
- planets.py - Uses streamlit and pandas to explore planets data
- football.py - Uses streamlit and pandas to explore football data
- climate.py - Uses streamlit and pandas to explore Sheffield climate data and is where the main tasks are
See requirements.txt for dependencies (typically streamlit and pandas).