mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
@@ -15,13 +15,17 @@ Prerequisites
|
|||||||
* nose (https://nose.readthedocs.org)
|
* nose (https://nose.readthedocs.org)
|
||||||
* pytidylib (http://countergram.com/open-source/pytidylib)
|
* pytidylib (http://countergram.com/open-source/pytidylib)
|
||||||
* haversine (https://github.com/mapado/haversine)
|
* haversine (https://github.com/mapado/haversine)
|
||||||
|
* shapely (https://github.com/Toblerity/Shapely)
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
* get prerequisites
|
* get prerequisites
|
||||||
|
|
||||||
|
# on a fresh Ubuntu LTS 14.04 you'll also need these system-wide packages
|
||||||
|
[sudo] apt-get install python-dev python-pip python-Levenshtein tidy
|
||||||
|
|
||||||
[sudo] pip install lettuce nose pytidylib haversine psycopg2
|
[sudo] pip install lettuce nose pytidylib haversine psycopg2 shapely
|
||||||
|
|
||||||
* run the tests
|
* run the tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user