Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -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).
|
||||
|
||||
## Termux
|
||||
**-1. Upgrade packages
|
||||
``` pkg upgrade```
|
||||
**-1. Upgrade packages**
|
||||
```
|
||||
pkg upgrade
|
||||
```
|
||||
|
||||
**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
|
||||
```
|
||||
|
||||
**0.A Install pandas**
|
||||
```
|
||||
pkg install python-pandas
|
||||
```
|
||||
|
||||
**1. Clone this repository**
|
||||
|
||||
`git clone https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2`
|
||||
|
||||
Reference in New Issue
Block a user