From ab3268ddeb5479bffb6f7d19ee2a51c506e35e8e Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 6 May 2019 14:43:53 +0200 Subject: [PATCH] Fixed typo (#296) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb10479..d70e171 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ If `virtualenv` is used: $ virtualenv ve $ ve/bin/pip install -r requirements.txt - $ ve/bin/pip bin/srv.py + $ ve/bin/python bin/srv.py Also, you need to install the geoip2 database. You can use a free database GeoLite2 that can be downloaded from (http://dev.maxmind.com/geoip/geoip2/geolite2/).