X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c087e4cb8ddbfd9edfc3f7bd8e682e2859ba0a8..1a4506f6aba70307f4607fda314071dbd14b6f66:/docs/Import-and-Update.md?ds=sidebyside diff --git a/docs/Import-and-Update.md b/docs/Import-and-Update.md index 59a7d88e..fe95e865 100644 --- a/docs/Import-and-Update.md +++ b/docs/Import-and-Update.md @@ -128,7 +128,8 @@ For a list of other methods see the output of `./utils/update.php --help`. Installing the newest version of Pyosmium ----------------------------------------- -It is recommended to install Pyosmium via pip: +It is recommended to install Pyosmium via pip. Run (as the same user who +will later run the updates): pip install --user osmium @@ -175,6 +176,8 @@ The following command will keep your database constantly up to date: ./utils/update.php --import-osmosis-all +(Note that even though the old name "import-osmosis-all" has been kept for compatibility reasons, Osmosis is not required to run this - it uses pyosmium behind the scenes.) + If you have imported multiple country extracts and want to keep them up-to-date, have a look at the script in [issue #60](https://github.com/openstreetmap/Nominatim/issues/60).