]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Installation.md
indexer: ANALYSE must be run outside transactions
[nominatim.git] / docs / admin / Installation.md
index 0013e993d2f7188a106dcfedf67581b6038961ed..6f9538fea24c8596414a9b6e3578dbeab808563e 100644 (file)
@@ -39,12 +39,13 @@ For running Nominatim:
   * [PostgreSQL](https://www.postgresql.org) (9.3+)
   * [PostGIS](https://postgis.net) (2.2+)
   * [Python 3](https://www.python.org/) (3.5+)
-  * [Psycopg2](https://www.psycopg.org)
+  * [Psycopg2](https://www.psycopg.org) (2.7+)
   * [Python Dotenv](https://github.com/theskumar/python-dotenv)
+  * [psutil](https://github.com/giampaolo/psutil)
   * [PHP](https://php.net) (7.0 or later)
   * PHP-pgsql
   * PHP-intl (bundled with PHP)
-  ( PHP-cgi (for running queries from the command line)
+  * PHP-cgi (for running queries from the command line)
 
 For running continuous updates: