Simply clone the repository from Github and install dependencies (I always use a virtualenv, feel free to skip that step): git clone git@github.com:tcassou/gmaps cd gmaps virtualenv env .
In this article, I am going to plot more than two addresses on a map using google maps API and use the google maps directions API to find the shortest path using python gmaps library. For this ...