]> git.openstreetmap.org Git - nominatim.git/blobdiff - tests/README.md
lock log file for writing
[nominatim.git] / tests / README.md
index 9b053e157560b4988cd3c369383533e4cd799555..1b1663c3544c94b71102915d2ae9839a0db323e5 100644 (file)
@@ -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