Skip to content

Commit

Permalink
termux section corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavydov authored Nov 19, 2022
1 parent 8aedabd commit 992ad9e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,17 +628,17 @@ Other useful info can be founded here:
You can also follow this [video tutorial](https://www.youtube.com/watch?v=0VkM7NOZkuA).

## Termux
**0. Install packages on Termux**
**0. Install packages to Termux**
```
pkg install python git rust libjpeg-turbo libcrypt ndk-sysroot clang zlib
LDFLAGS="-L${PREFIX}/lib/" CFLAGS="-I${PREFIX}/include/" pip install --upgrade wheel pillow
```

**1. Clone this repository**

`git clone https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2`
`git clone https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2`

**2. Move directory**
**2. Go to the miner's directory**

`cd Twitch-Channel-Points-Miner-v2`

Expand All @@ -663,14 +663,15 @@ pip install Twitch-Channel-Points-Miner-v2
Read more at [#92](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/issues/92) [#76](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/issues/76)

**Note**
If you can't install pandas, please try it:
If you can't install `pandas`, please try:

`MATHLIB="m" pip install pandas`

If you can't install Cryptography, please try it:
If you can't install `cryptography`, please try:

`export RUSTFLAGS=" -C lto=no" && export CARGO_BUILD_TARGET="$(rustc -vV | sed -n 's|host: ||p')" && pip install cryptography`

⚠️The installation of Pandas and Cryptography takes a long time.
⚠️ Installation of `pandas` and `cryptography` takes a long time.

## Disclaimer
This project comes with no guarantee or warranty. You are responsible for whatever happens from using this project. It is possible to get soft or hard banned by using this project if you are not careful. This is a personal project and is in no way affiliated with Twitch.

0 comments on commit 992ad9e

Please sign in to comment.