X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7a11e17008efa632eac9fd65b8599814681cb03d..00379183adaca10dbbae1c3819e8652269d49ad7:/tests/README.md diff --git a/tests/README.md b/tests/README.md index 9b053e15..1b1663c3 100644 --- a/tests/README.md +++ b/tests/README.md @@ -15,13 +15,17 @@ Prerequisites * nose (https://nose.readthedocs.org) * pytidylib (http://countergram.com/open-source/pytidylib) * haversine (https://github.com/mapado/haversine) + * shapely (https://github.com/Toblerity/Shapely) Usage ===== * 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 + [sudo] pip install lettuce nose pytidylib haversine psycopg2 shapely * run the tests