From 890007f3c16f60310665bfbed6ec751781424baf Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sun, 14 Apr 2019 20:19:57 -0400 Subject: [PATCH] Update README.md --- Geo/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Geo/README.md b/Geo/README.md index 94e562f..f265e6d 100644 --- a/Geo/README.md +++ b/Geo/README.md @@ -2,9 +2,11 @@ Forked from https://github.com/SpiderDave/spidey-supybot-plugins/tree/master/Plu Provides geographical information from an ip address, hostmask, nick (must be in channel), or url using GeoLite2. -requires GeoIP2-python: +Requires GeoIP2-python: +``` pip install geoip2 - +``` +Usage: ``` geo (geolocate (must be in channel) , or address ```