From 2fa80968f8aa2dba50b1fe5469577154211dbe27 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 1 May 2024 20:35:08 +0200 Subject: [PATCH] mention libexpat as dependency for Termux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b5f5e18..dc809d83 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ A command line program such as Termux is required. Installation can be done with commands will install Python 3, pip3, git, and all required libraries for mapillary_tools on Termux: ```sh -pkg install python git build-essential libgeos openssl libjpeg-turbo +pkg install python git build-essential libgeos openssl libjpeg-turbo libexpat libexpat-static pip install --upgrade pip wheel pip install --upgrade mapillary_tools ```