X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c6a426a88535d6183f712474d1cf1085f54ab9d5..cb81f11422a6939ce1d9c8b43d67317e22cd67c4:/vagrant/Install-on-Ubuntu-20.sh diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 1ea180e8..365f609f 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -28,7 +28,12 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: postgresql-contrib-12 postgresql-12-postgis-3-scripts \ php php-pgsql php-intl libicu-dev python3-dotenv \ python3-psycopg2 python3-psutil python3-jinja2 \ - python3-icu python3-datrie python3-yaml git + python3-icu python3-datrie python3-yaml python3-pip git + +# Nominatim uses some typing features only available in later Python versions. +# Install the latest version of the backport package: + + pip3 install --user typing-extensions # # System Configuration