Tested only with python3.8 and the package versions in requirements.txt
- Set up a Google Cloud Project
- Add geocoding and directions api to project
- Copy your API KEY
- Do this:
pip install -r requirements.txt
python walk.py "<STARTING_ADDRESS>" --mins 60 --key <YOUR_API_KEY>- Go to there!