Edit the addresses in locations.txt
, with the restraunt address in the very first line, and the consumer addresses following. Put the addresses of the drivers' homes into driver_home_addresses.txt
. Make sure there are no empty lines in either text files. Then, open launchprogram.command
and enter the necessary inputs. Assign output Google Maps links to drivers based on the last address in the directions panel.
- __future__
- geopy
- networkx
- osmnx (It seems that this package is currently broken on pip)
- ortools
- conda (Used to install osmnx)
InstallDependencies.bat
. On MacOS, run install_libraries.command
. On Linux, run InstallDependencies.sh
.