use check parameter of subprocess.run

...instead of checking on our own.

Also increase required version of Python to 3.5 because of
subprocess.run().
This commit is contained in:
Sarah Hoffmann
2021-01-15 10:38:28 +01:00
parent de724aa576
commit 7cf9d459d6
3 changed files with 4 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ For running Nominatim:
* [PostgreSQL](https://www.postgresql.org) (9.3+)
* [PostGIS](https://postgis.net) (2.2+)
* [Python 3](https://www.python.org/) (3.4+)
* [Python 3](https://www.python.org/) (3.5+)
* [Psycopg2](https://www.psycopg.org)
* [PHP](https://php.net) (7.0 or later)
* PHP-pgsql