Given a csv with couriers with N stops, display what position they'll be in as they make their way to their destinations.
Create and activate python virtual environment, then install the required dependencies
$ python -m venv ./venv
$ source ./venv/bin/activate
$ pip -r ./requirements.txt
$ pip install -e .
$ python -m orders ./orders.csv
Matplotlib is great until you need to bring in PyQT5, Might refactor to use bokeh as that leans on web. The frustrating thing with bokeh is the callbacks are in javascript