To get started you need to have python3 installed. If it is not the case you can download it here : https://www.python.org/downloads/
Make sure you've already git installed. Then you can run the following commands to get the scripts on your computer:
git clone https://github.com/mttaherpoor/Transit-Dashboard
cd Transit-DashboardThe script requires the modules requests, dash and dash_bootstrap_components, you can install them all at once with this command:
pip install -r requirements.txt