X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/95e6ec091b35dcff6afd6b989d4037061aaee2c9..e16c5d5f703f2bbe9452a39423fcfb7e8f7bfc52:/vagrant/Install-on-Ubuntu-18.sh diff --git a/vagrant/Install-on-Ubuntu-18.sh b/vagrant/Install-on-Ubuntu-18.sh index 33075bab..dadce086 100755 --- a/vagrant/Install-on-Ubuntu-18.sh +++ b/vagrant/Install-on-Ubuntu-18.sh @@ -32,10 +32,10 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: php php-pgsql php-intl libicu-dev python3-pip \ python3-psycopg2 python3-psutil python3-jinja2 python3-icu git -# The python-dotenv package that comes with Ubuntu 18.04 is too old, so +# Some of the Python packages that come with Ubuntu 18.04 are too old, so # install the latest version from pip: - pip3 install python-dotenv + pip3 install python-dotenv datrie pyyaml # # System Configuration