- windows: 'python -m venv .venv'
- linux: 'python3 -m venv .venv'
- windows: '.\.venv\scripts\activate'
- linux: 'source .\.venv\bin\activate
- run: 'pip install -r requirements.txt'
- run: 'streamlit run main.py'
A dashboard builded with streamlit, plotly and pandas.
Python