Skip to content

Commit

Permalink
update termux instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed Jan 13, 2024
1 parent 4eed2c3 commit a2312cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ pip install wanda -U
```

On android (with termux):
Install [termux-api](https://github.com/termux/termux-api)
```
pkg in libxml2 libxslt libjpeg-turbo
pkg up
pkg in clang pkg-config libxml2 libxslt libjpeg-turbo termux-api
pip install cython lxml==5.0.0
pip install wanda -U
```

Expand Down

0 comments on commit a2312cc

Please sign in to comment.