Skip to content

Commit

Permalink
Merge pull request #675 from kuba-orlik/patch-1
Browse files Browse the repository at this point in the history
Mention libexpat as dependency for Termux
  • Loading branch information
ptpt authored May 6, 2024
2 parents c5cb4d2 + 2fa8096 commit d7ceaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit d7ceaac

Please sign in to comment.