]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Installation.md
add missing pyyaml requirement
[nominatim.git] / docs / admin / Installation.md
index a03b8304ca56a9cb1bc1ba98e6424e2644ef91d6..76af39c6e0a0b102547dedeb23343e57aa7c42ee 100644 (file)
@@ -39,12 +39,13 @@ For running Nominatim:
 
   * [PostgreSQL](https://www.postgresql.org) (9.3+ will work, 11+ strongly recommended)
   * [PostGIS](https://postgis.net) (2.2+)
-  * [Python 3](https://www.python.org/) (3.5+)
+  * [Python 3](https://www.python.org/) (3.6+)
   * [Psycopg2](https://www.psycopg.org) (2.7+)
   * [Python Dotenv](https://github.com/theskumar/python-dotenv)
   * [psutil](https://github.com/giampaolo/psutil)
   * [Jinja2](https://palletsprojects.com/p/jinja/)
   * [PyICU](https://pypi.org/project/PyICU/)
+  * [PyYaml](https://pyyaml.org/) (5.1+)
   * [datrie](https://github.com/pytries/datrie)
   * [PHP](https://php.net) (7.0 or later)
   * PHP-pgsql