]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Installation.md
replace Symfony dotenv dependency with Python dotenv
[nominatim.git] / docs / admin / Installation.md
index a577fdcfabfb7ce31a16e0f33ae7aba4dcd818a5..c9d000b22ae8b85c05f22c5cb9a7c3f8507f5249 100644 (file)
@@ -38,12 +38,12 @@ For running Nominatim:
 
   * [PostgreSQL](https://www.postgresql.org) (9.3+)
   * [PostGIS](https://postgis.net) (2.2+)
-  * [Python 3](https://www.python.org/)
+  * [Python 3](https://www.python.org/) (3.4+)
   * [Psycopg2](https://www.psycopg.org)
   * [PHP](https://php.net) (7.0 or later)
   * PHP-pgsql
   * PHP-intl (bundled with PHP)
-  * [PHP Symphony Dotenv](https://symfony.com/doc/4.3/components/dotenv.html)
+  * [Python Dotenv](https://github.com/theskumar/python-dotenv)
 
 For running continuous updates: