mirror of
https://github.com/chubin/wttr.in
synced 2025-01-11 19:48:45 +00:00
Fixed typo (#296)
This commit is contained in:
parent
4087005568
commit
ab3268ddeb
1 changed files with 1 additions and 1 deletions
|
@ -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/).
|
||||
|
|
Loading…
Reference in a new issue