]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Ubuntu-18.sh
Updated documentation for PyICU support
[nominatim.git] / vagrant / Install-on-Ubuntu-18.sh
index 5cbbd5837558963c7fdde7954725b0f27db993cd..eb1bdc82409e63bcdca9154402a116e501a39360 100755 (executable)
@@ -30,12 +30,12 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
                         postgresql-server-dev-10 postgresql-10-postgis-2.4 \
                         postgresql-contrib-10 postgresql-10-postgis-scripts \
                         php php-pgsql php-intl python3-pip \
-                        python3-psycopg2 python3-psutil python3-jinja2 git
+                        python3-psycopg2 python3-psutil python3-jinja2 git libicu-dev
 
 # The python-dotenv package that comes with Ubuntu 18.04 is too old, so
 # install the latest version from pip:
 
-    pip3 install python-dotenv
+    pip3 install python-dotenv PyICU
 
 #
 # System Configuration