Update README.md

This commit is contained in:
Vojtak42
2023-07-30 11:24:04 +02:00
committed by GitHub
parent eed4b5f3ca
commit 645353a14b

View File

@@ -670,15 +670,22 @@ Other useful info can be founded here:
You can also follow this [video tutorial](https://www.youtube.com/watch?v=0VkM7NOZkuA). You can also follow this [video tutorial](https://www.youtube.com/watch?v=0VkM7NOZkuA).
## Termux ## Termux
**-1. Upgrade packages **-1. Upgrade packages**
``` pkg upgrade``` ```
pkg upgrade
```
**0. Install packages to Termux** **0. Install packages to Termux**
``` ```
pkg install python git rust libjpeg-turbo libcrypt ndk-sysroot clang zlib binutils tur-repo python-pandas pkg install python git rust libjpeg-turbo libcrypt ndk-sysroot clang zlib binutils tur-repo
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
``` ```
**0.A Install pandas**
```
pkg install python-pandas
```
**1. Clone this repository** **1. Clone this repository**
`git clone https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2` `git clone https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2`