Update README.md

Updated pandas install notes
This commit is contained in:
Vojtak42
2023-07-29 23:52:49 +02:00
committed by GitHub
parent 5ed3f36e79
commit 93acebc569

View File

@@ -675,7 +675,7 @@ You can also follow this [video tutorial](https://www.youtube.com/watch?v=0VkM7N
**0. Install packages to Termux** **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 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** **Note**
If you can't install `pandas`, please try: 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: If you can't install `cryptography`, please try: