From 93acebc56988895c234155e251a28cf9d9633980 Mon Sep 17 00:00:00 2001 From: Vojtak42 Date: Sat, 29 Jul 2023 23:52:49 +0200 Subject: [PATCH] Update README.md Updated pandas install notes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2d5fd2..0100474 100644 --- a/README.md +++ b/README.md @@ -675,7 +675,7 @@ You can also follow this [video tutorial](https://www.youtube.com/watch?v=0VkM7N **0. Install packages to Termux** ``` -pkg install python git rust libjpeg-turbo libcrypt ndk-sysroot clang zlib +pkg install python python-numpy git rust libjpeg-turbo libcrypt ndk-sysroot clang zlib LDFLAGS="-L${PREFIX}/lib/" CFLAGS="-I${PREFIX}/include/" pip install --upgrade wheel pillow ``` @@ -710,7 +710,8 @@ Read more at [#92](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/is **Note** If you can't install `pandas`, please try: -`MATHLIB="m" pip install pandas` +```pkg install tur-repo +pkg install python-pandas``` If you can't install `cryptography`, please try: