Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.26 KB

Usage

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.

Dependencies

  • __future__
  • geopy
  • networkx
  • osmnx (It seems that this package is currently broken on pip)
  • ortools
  • conda (Used to install osmnx)

Installing Dependencies

Install conda and add it to your PATH. On Windows, run InstallDependencies.bat. On MacOS, run install_libraries.command. On Linux, run InstallDependencies.sh.