From aa54dbbf5e9b819cd03791d63660f2f67821e250 Mon Sep 17 00:00:00 2001 From: JINKA RANGA BHARATH Date: Thu, 4 Jun 2020 14:03:41 +0530 Subject: [PATCH] Added package url --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 60512f2..fcbe8be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Installation +pip install zipcode-to-map + # zipcode_to_map Provide a Country code and postal code. It will generate a map in a html file based on these details. Used pgeocode and folium packages.