]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Centos-7.sh
docs: minor spelling corrections
[nominatim.git] / vagrant / Install-on-Centos-7.sh
index eb16f87398d5995a17ce5e801f001781e7122299..32cd3a308962fdf4d8e8a6b183a4efcc23c51fcf 100755 (executable)
@@ -40,9 +40,9 @@
                         php-pgsql php php-intl libpqxx-devel \
                         proj-epsg bzip2-devel proj-devel boost-devel \
                         python3-pip python3-setuptools python3-devel \
-                        expat-devel zlib-devel
+                        expat-devel zlib-devel libicu-dev
 
-    pip3 install --user psycopg2 python-dotenv
+    pip3 install --user psycopg2 python-dotenv psutil Jinja2 PyICU argparse-manpage
 
 
 #
@@ -145,7 +145,7 @@ fi                                 #DOCS:
 # -------------------------------
 #
 # The webserver should serve the php scripts from the website directory of your
-# [project directory](../admin/import.md#creating-the-project-directory).
+# [project directory](../admin/Import.md#creating-the-project-directory).
 # Therefore set up a project directory and populate the website directory:
 #
     mkdir $USERHOME/nominatim-project